rosetta: factorial
authorRenata Carvalho <renatawm@gmail.com>
Wed, 10 Jun 2015 18:16:33 +0000 (14:16 -0400)
committerRenata Carvalho <renatawm@gmail.com>
Wed, 10 Jun 2015 18:16:33 +0000 (14:16 -0400)
Signed-off-by: Renata Carvalho <renatawm@gmail.com>

examples/rosettacode/factorial.nit

index e452c63..0b39727 100644 (file)
@@ -1,3 +1,11 @@
+#!/usr/bin/env nit
+#
+# This file is part of NIT ( http://www.nitlanguage.org ).
+# This program is public domain
+
+# Task: Factorial
+# SEE: <http://rosettacode.org/wiki/Factorial>
+
 module factorial
 
 redef class Int