yiwonjae
2/12/2019 - 11:14 AM

hello World

hello World

#include<stdio.h>

int main(void)
{
  printf("hi\n");
  return 0;
}