mirror of
https://github.com/nushell/nushell
synced 2025-01-04 09:18:57 +00:00
4 lines
27 B
Text
4 lines
27 B
Text
|
def greet [] {
|
||
|
"hello"
|
||
|
}
|