How to print “breakthecodenow” with empty main() in C++?
| #include <iostream>usingnamespacestd;classMyClass{public:    MyClass()    {        cout << "breakthecodenow";    }}m;intmain(){} | 
| #include <iostream>usingnamespacestd;classMyClass{public:    MyClass()    {        cout << "breakthecodenow";    }}m;intmain(){} | 
About Rishabh Aggarwal
Competitive Programmer and Ruby on Rails Developer  
Snake Game using javascript (P5.js) Follow me at Instagram here. Subscribe to my youtube channel here. Just learnt somet...
 
No comments:
Post a Comment