Skip to content

Instantly share code, notes, and snippets.

@KristianLyng
Created April 25, 2010 12:28
Show Gist options
  • Select an option

  • Save KristianLyng/378370 to your computer and use it in GitHub Desktop.

Select an option

Save KristianLyng/378370 to your computer and use it in GitHub Desktop.
main(){
int s[9];
if(gets(s)){
main();
puts(s);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment