RosettaCodeData/Task/Execute-a-system-command/ArkScript/execute-a-system-command.ark

4 lines
42 B
Text
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
(import std.Sys)
(print (sys:exec "ls"))