Initial commit

This commit is contained in:
2025-09-18 18:07:26 +01:00
commit 8037f5eeb6
33 changed files with 4954 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#include <iostream>
int main()
{
std::cout << "Hello, World!" << std::endl;
return 0;
}