Skip to content

Instantly share code, notes, and snippets.

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