System64 Well-known member System64MC Apr 18, 2020 #9 #include <iostream> using namespace std; int main() { cout << "hello lol"; return 0; }