Skip to content

vrsys/programmiersprachen-helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programmiersprachen: helloworld

Build Linux Build macOS Build Windows Doctest

Repository template for Assignment 1 of the Programming Languages course (Programmiersprachen). This assignment introduces the basics of C++, including setting up a build environment with CMake, writing and compiling simple programs, using git for version control, and running first unit tests with doctest.

Build

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

 
 
 

Contributors