Merge: doc: fixed some typos and other misc. corrections
[nit.git] / examples / rosettacode / unix_ls.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: Unix/ls
7 # SEE: <http://rosettacode.org/wiki/Unix/ls>
8 for f in ".".files do print f