Input
Output
#include<stdio.h> void main(){ //Simple Program - Single Line Comments printf("Hello World"); }