Skip to content

Instantly share code, notes, and snippets.

@JeonghunLee
Last active August 29, 2015 14:21
Show Gist options
  • Save JeonghunLee/8aefd847f257c15cf011 to your computer and use it in GitHub Desktop.
Save JeonghunLee/8aefd847f257c15cf011 to your computer and use it in GitHub Desktop.
#include<stdio.h>
//Jeonghun Lee, this is first test code.
int main()
{
printf ("Test Github1 , gist test ");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment