Initial commit

This commit is contained in:
2025-10-15 12:03:56 +01:00
commit a53ad977eb
6 changed files with 115 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#include <iostream>
int main()
{
std::cout << "Hello, World!" << std::endl;
return 0;
}