Skip to content

Instantly share code, notes, and snippets.

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