Programmiersprachen: helloworld
Aufgabenblatt 1
#build the apps under linux
mkdir build
cd build
cmake ..
make
#run the apps
cd source
./helloworld
./tests
Aufgabenblatt 1
#build the apps under linux
mkdir build
cd build
cmake ..
make
#run the apps
cd source
./helloworld
./tests