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");
}

© Layout Edited by Yours Truly | Credit goes to Little-Miss-Wendy and Caye
www.HyperSmash.com
4 comments:
good things,,,
doneee
Thx :D
Yeay :D
Post a Comment