#include<stdio.h> int main(){ /*Demonstration of Multi-Line Comment*/ printf("Hello World"); return 0; }