parallelization_phase: use `ANode::validate` after AST shenanigans.
[nit.git] / 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