Add 'main.cpp'

main
Nightly 2023-03-14 14:22:19 +01:00
parent 1b67b039b9
commit 0542590052
1 changed files with 7 additions and 0 deletions

7
main.cpp Normal file
View File

@ -0,0 +1,7 @@
#include <iostream>;
int main() {
std::cout << "You did not fuck up.";
}
main();