Language Basics C

#include 
int main(void)
{
  printf("hello");
  /* printf("there"); */
  return 0;
}