X-Git-Url: http://nitlanguage.org diff --git a/examples/rosettacode/factorial.nit b/examples/rosettacode/factorial.nit index e452c63..0b39727 100644 --- a/examples/rosettacode/factorial.nit +++ b/examples/rosettacode/factorial.nit @@ -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: + module factorial redef class Int