How to print “breakthecodenow” with empty main() in C++?
#include <iostream> using namespace std; class MyClass { public : MyClass() { cout << "breakthecodenow" ; } }m; int main() { } |
#include <iostream> using namespace std; class MyClass { public : MyClass() { cout << "breakthecodenow" ; } }m; int main() { } |
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