Pantograph/Tomograph.lean

6 lines
143 B
Plaintext

def main (args : List String) : IO Unit := do
let command :: args := args | IO.eprintln "Must supply a command"
IO.println s!"{command}"