Merge: doc: fixed some typos and other misc. corrections
[nit.git] / examples / rosettacode / empty_program.nit
1 #!/usr/bin/env nit
2 #
3 # This file is part of NIT ( http://www.nitlanguage.org ).
4 # This program is public domain
5
6 # Task: Empty program
7 # SEE: <http://rosettacode.org/wiki/Empty_program>