You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Makefile for repository, .gitignore for the structure, hello_world.cpp program for test. |
6 days ago | |
|---|---|---|
| src | 6 days ago | |
| .gitignore | 6 days ago | |
| Makefile | 6 days ago | |
| README.md | 6 days ago | |
README.md
Algorithmisches Beweisen - LAB
Dateien in diesem Repository:
Makefile: Hiermit lässt sich jedes Programm in src kompilieren.src/hello_world.cpp: Hello World test Programm.