Monday, July 29, 2013

"Hello World" script in C++



The very basic program in programming, "Hello World" program. This is the script in C++ Language:

/* Hello World program */

#include<stdio.h>

main()
{
    printf("Hello World");
}


4 comments:

Andika Khosuma (dbz) said... Reply To This Comment

good things,,,

Drolling :G said... Reply To This Comment

doneee

Unknown said... Reply To This Comment

Thx :D

Unknown said... Reply To This Comment

Yeay :D