examples: add an app_name to mnit_moles
authorAlexis Laferrière <alexis.laf@xymus.net>
Tue, 22 Jul 2014 19:10:37 +0000 (15:10 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Tue, 22 Jul 2014 19:10:37 +0000 (15:10 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

examples/mnit_moles/src/moles.nit

index 08642d1..d61992a 100644 (file)
@@ -17,7 +17,9 @@
 # Classic moles game
 #
 # This is a minimal practical example of the mnit framework.
-module moles
+module moles is
+       app_name("Crazy Groundhogs")
+end
 
 import mnit