Initial commit

This commit is contained in:
2025-09-29 13:51:40 +02:00
parent 4f3043e2de
commit 1685e68cee
95 changed files with 81649 additions and 0 deletions

9
main.cpp Normal file
View File

@@ -0,0 +1,9 @@
#include <iostream>
using namespace std;
int main()
{
cout << "Hello world!" << endl;
return 0;
}