Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 179 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 179 Bytes

Programmiersprachen: helloworld

Aufgabenblatt 1

#build the apps under linux
mkdir build
cd build
cmake ..
make

#run the apps
cd source
./helloworld
./tests