Skip to content

Instantly share code, notes, and snippets.

@jinwoo1225
Created November 7, 2016 12:36
Show Gist options
  • Save jinwoo1225/f672ae230ac49d56e2d29b51d510c497 to your computer and use it in GitHub Desktop.
Save jinwoo1225/f672ae230ac49d56e2d29b51d510c497 to your computer and use it in GitHub Desktop.
#include<stdio.h>
int main(void)
{
printf("Hello,World\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment