First commit

This commit is contained in:
2022-03-26 15:29:16 +01:00
commit ee0bbb94dc
8 changed files with 280 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;
}