Initial commit

This commit is contained in:
2026-05-21 14:44:51 +01:00
commit 90f66dedcd
8 changed files with 461 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#include <iostream>
int main()
{
std::cout << "Hello, World!" << std::endl;
return 0;
}