philbranding / programmiersprachen-helloworld

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Programmiersprachen: helloworld

Aufgabenblatt 1

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

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

About

License:MIT License


Languages

Language:CMake 81.5%Language:C++ 18.5%