mirror of
https://github.com/nushell/nushell
synced 2025-01-13 13:49:21 +00:00
5 lines
55 B
Text
5 lines
55 B
Text
|
# Renders some greeting message
|
||
|
def hello [] {}
|
||
|
|
||
|
hello
|