This commit is contained in:
2022-02-11 19:59:20 +01:00
parent a6a31af7b9
commit 4987702f4e
5 changed files with 55 additions and 1 deletions

7
frame/main.cpp Normal file
View File

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