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