mirror of
https://github.com/nushell/nushell.git
synced 2024-12-03 22:06:54 +01:00
5 lines
55 B
Plaintext
5 lines
55 B
Plaintext
|
# Renders some greeting message
|
||
|
def hello [] {}
|
||
|
|
||
|
hello
|