From 20d0d4395a913b6171b48e5b1f3e07b1c9932dd1 Mon Sep 17 00:00:00 2001 From: Antsiferov Andrew Date: Fri, 9 Jul 2021 16:18:26 +0300 Subject: [PATCH] Update ohno.cpp --- OHNO/ohno.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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; } -*/