Language C Tutorial

#include 
main(){
  printf("Hi \n");  /* This is the comments.*/
}
Hi