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
#include<stdio.h> int main() { printf(“Hello, World!\n”); return(0); }