Skip to content

Instantly share code, notes, and snippets.

@skuld31
Created March 24, 2015 11:40
Show Gist options
  • Save skuld31/6dec904f4a9833d9c627 to your computer and use it in GitHub Desktop.
Save skuld31/6dec904f4a9833d9c627 to your computer and use it in GitHub Desktop.
개발도구 스터디
#include<stdio.h>
int main(void)
{
printf("hello world!");
return 0;
}
#include<stdio.h>
int main(void)
{
printf("hello world!!");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment