Competitive C/C++ Programming for Beginners
Pages
Home
Algorithms
Books
Wednesday, October 2, 2013
Print a Line with Empty Main()
#include <iostream> using namespace std; class MyClass { public: MyClass() { cout << "Hello!World."; } }m; int main() { }
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment