X-Git-Url: http://nitlanguage.org diff --git a/examples/print_arguments.nit b/examples/print_arguments.nit index 01e6cdc..3bdddc6 100644 --- a/examples/print_arguments.nit +++ b/examples/print_arguments.nit @@ -15,7 +15,7 @@ # limitations under the License. # How to print arguments of the command line. -package print_arguments +module print_arguments for a in args do print a