moles: improve the documentation
authorAlexis Laferrière <alexis.laf@xymus.net>
Tue, 1 Apr 2014 15:22:59 +0000 (11:22 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Wed, 2 Apr 2014 13:19:46 +0000 (09:19 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

examples/mnit_moles/src/moles.nit

index 6eea8b1..fa05869 100644 (file)
@@ -1,6 +1,6 @@
 # This file is part of NIT (http://www.nitlanguage.org).
 #
-# Copyright 2012-2013 Alexis Laferrière <alexis.laf@xymus.net>
+# Copyright 2012-2014 Alexis Laferrière <alexis.laf@xymus.net>
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -15,6 +15,8 @@
 # limitations under the License.
 
 # Classic moles game
+#
+# This is a minimal practical example of the mnit framework.
 module moles
 
 import mnit