Skip to content

saJonMR/programmiersprachen-helloworld

 
 

Repository files navigation

Programmiersprachen: helloworld

Aufgabenblatt 1

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

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 81.5%
  • C++ 18.5%