Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

Commit

Permalink
Update ohno.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
antsif-a committed Jul 9, 2021
1 parent 8ed3822 commit 20d0d43
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions OHNO/ohno.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
/*#include <iostream>
using namespace std;
#include <iostream>

int main() {
cout << "ohno" << endl;
return 0;
std::cout << "ohno" << std::endl;
}
*/

0 comments on commit 20d0d43

Please sign in to comment.