Created
August 23, 2015 21:13
-
-
Save zsparal/41b99712c958a1b1b8c0 to your computer and use it in GitHub Desktop.
Revisions
-
zsparal created this gist
Aug 23, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ a + b * (d + e) * f add(a, multiply(b, multiply(add(d, e), f)))