mason/src/main.cpp

7 lines
134 B
C++
Raw Normal View History

2023-08-27 17:55:04 +00:00
#include <iostream>
int main(int argc, char *argv[]) {
std::cout << "Ahh, shit! Here we go again!" << std::endl;
return 0;
}