Skip to content

Instantly share code, notes, and snippets.

@iratqq
Created April 13, 2009 10:00
Show Gist options
  • Save iratqq/94378 to your computer and use it in GitHub Desktop.
Save iratqq/94378 to your computer and use it in GitHub Desktop.
main()
{
char buf[10];
gets(buf);
printf(buf);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment