Removed 'main()', added return

main
Nightly 2023-03-14 14:26:53 +01:00
parent 0542590052
commit 52966454f9
1 changed files with 2 additions and 3 deletions

View File

@ -2,6 +2,5 @@
int main() {
std::cout << "You did not fuck up.";
}
main();
return 0;
}