3 lines
69 B
Crystal
3 lines
69 B
Crystal
|
|
output = `crystal -v`
|
||
|
|
puts "The command output was: “#{output}”"
|