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