RosettaCodeData/Task/Unix-ls/Pike/unix-ls.pike
2020-02-17 23:21:07 -08:00

2 lines
55 B
Text

foreach(get_dir(), string file)
write(file +"\n");