Printf Scanf C Tutorial

#include 
main(){
  printf("Hi \n");
}
Hi