#include<stdio.h> int main(){ //This is single line comment printf("Hello World"); return 0; }