cpp-template/main.cpp

6 lines
91 B
C++
Raw Permalink Normal View History

2023-03-14 14:22:19 +01:00
#include <iostream>;
int main() {
std::cout << "You did not fuck up.";
2023-03-14 14:26:53 +01:00
return 0;
}