Second commit

This commit is contained in:
LCM 2025-05-13 17:29:39 +02:00
parent 614fc3097d
commit 1ea4ccc3ae
1 changed files with 8 additions and 0 deletions

8
main.cpp Normal file
View File

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