Last active
March 9, 2016 11:41
-
-
Save llogiq/acc9730d3f70535e4b43 to your computer and use it in GitHub Desktop.
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 characters
i=1 | |
(1..(args[0] as int)).each{i*=it} | |
print i |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment