#include<stdio.h>

int main(void)
{ // This is a comments
  printf("hello world\n");
  return 0;
}