HelloWorld.cpp 136 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 #include <iostream> void main() { std::cout << "Hello World!!" << std::endl; std::cout << "EXIT!!!" << std::endl; system("PAUSE"); }