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