1
0
This commit is contained in:
2024-02-23 13:41:09 +01:00
commit 47196f20c5
3 changed files with 24 additions and 0 deletions

13
main.cpp Normal file
View File

@@ -0,0 +1,13 @@
//
// Created by Elie Baier on 23.02.24.
//
#include "iostream"
using namespace std;
int main() {
cout << "Hello World" << endl;
}