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