Added final assignment

This commit is contained in:
Christopher Sanden
2025-11-13 12:44:46 +01:00
parent 4c6e3d0905
commit ae8a53e16b
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#include <iostream>
int main()
{
std::cout << "Hello, World!" << std::endl;
return 0;
}