Comment on Write a program that makes 2 + 2 = 5Comments−howeman12yCombining a couple ideas, here's a Go solutionhttp://play.golang.org/p/XnPglbkLW4−a_bonobo12yCould you please explain why this works? How come int(a) produces 2.5?−chewxy12yscroll down to find the underhandedness−a_bonobo12yHaha thanks, very nice!
Comments
Combining a couple ideas, here's a Go solution
http://play.golang.org/p/XnPglbkLW4
Could you please explain why this works? How come int(a) produces 2.5?
scroll down to find the underhandedness
Haha thanks, very nice!