diff --git a/OHNO/ohno.cpp b/OHNO/ohno.cpp index c95cce1..00ef7dd 100644 --- a/OHNO/ohno.cpp +++ b/OHNO/ohno.cpp @@ -1,8 +1,5 @@ -/*#include -using namespace std; +#include int main() { - cout << "ohno" << endl; - return 0; + std::cout << "ohno" << std::endl; } -*/