Skip to content

Instantly share code, notes, and snippets.

@KristianLyng
Created April 25, 2010 00:30
Show Gist options
  • Save KristianLyng/378065 to your computer and use it in GitHub Desktop.
Save KristianLyng/378065 to your computer and use it in GitHub Desktop.
main(){
int x=99,b[x][x];
while(gets(b[--x]));
x++;
while(x<99)
puts(b[x++]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment