======C/C++ Programming Journal====== ====Star Date:91667.34(January 24, 2014 4:30PM)==== Today we took our first steps, and said "Hello" to the new world we are about to enter. This was done with a very simple code ===Hello World=== \\ #include \\ int main() \\ { \\ printf("Hello, World!\n"); \\ return(0); \\ }