X-Git-Url: http://nitlanguage.org diff --git a/examples/print_arguments.nit b/examples/print_arguments.nit index 01e6cdc..1c26e06 100644 --- a/examples/print_arguments.nit +++ b/examples/print_arguments.nit @@ -14,8 +14,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -# How to print arguments of the command line. -package print_arguments +# Example of how to print the arguments of the command line. +module print_arguments for a in args do print a