Merge: doc: fixed some typos and other misc. corrections
[nit.git] / examples / rosettacode / hello_world_text.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: Hello World/Text
7 # SEE: <http://rosettacode.org/wiki/Hello_world/Text>
8 print "Goodbye, World!"