Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save KristianLyng/378372 to your computer and use it in GitHub Desktop.
main(x,y){
if((y=getchar())!=10) {
main(0);
putchar(y);
}
x?puts(""):0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment