Skip to content

Instantly share code, notes, and snippets.

@wingyplus
Created June 8, 2011 17:00
Show Gist options
  • Save wingyplus/1014828 to your computer and use it in GitHub Desktop.
Save wingyplus/1014828 to your computer and use it in GitHub Desktop.
find answer of T, O, G, D
/*
3996
O+O+O+O = D
N+O+O+O+O = O
M+T+T+T+T = GO
33
899
899
899
899
----
3596
*/
package main
import "fmt"
func main () {
T, O, G, D := 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment