mirror of
https://github.com/nushell/nushell
synced 2025-01-04 01:09:05 +00:00
4 lines
52 B
Text
4 lines
52 B
Text
|
let greeting = "hello"
|
||
|
|
||
|
print $"($greeting) world!"
|