Initial commit

This commit is contained in:
Marcel Nowicki
2022-02-04 18:33:02 +01:00
commit 178989fc78
38 changed files with 5174 additions and 0 deletions

6
main.cpp Normal file
View File

@@ -0,0 +1,6 @@
#include <iostream>
int main() {
std::cout << "Hello, World!" << std::endl;
return 0;
}