The World of Computer Programming Language
1 2 3 4 5 6 7 8 9 10
#include <iostream> using namespace std; int main () { cout << "Hello World " ; return 0; }// end main
Hello World
No comments:
Post a Comment