Skip to content

Instantly share code, notes, and snippets.

@catupper
Created September 21, 2011 16:40
Show Gist options
  • Save catupper/1232591 to your computer and use it in GitHub Desktop.
Save catupper/1232591 to your computer and use it in GitHub Desktop.
main(a,b){for(a=1;a<=9;a++)for(b=1;b<=9;b++)printf("%dx%d=%d\n",a,b,a*b);return 0;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment