Skip to content

Instantly share code, notes, and snippets.

@fullmated
Created November 26, 2011 17:56
Show Gist options
  • Save fullmated/1396042 to your computer and use it in GitHub Desktop.
Save fullmated/1396042 to your computer and use it in GitHub Desktop.
0000: QQ
n;main(m){for(n=81;n--;m=n%9)printf("%dx%d=%d\n",9-n/9,9-m,(9-n/9)*(9-m));}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment