Hello world!
WOW! Time to rock! Haven’t ever done anything like blogging before, so let’s venture out into this world. HELLO, WORLD!
Did ya’all know that Hello World came from early programming language? The “C” programming language coined this phrase, the program looked like this:
#include <stdio.h> int main() { printf("Hello World!"); return 0; }
One Response to Hello world!