mirror of
https://github.com/nushell/nushell
synced 2024-12-28 05:53:09 +00:00
4 lines
27 B
Text
4 lines
27 B
Text
|
def greet [] {
|
||
|
"hello"
|
||
|
}
|