mirror of
https://github.com/nushell/nushell.git
synced 2025-02-24 06:22:17 +01:00
4 lines
27 B
Plaintext
4 lines
27 B
Plaintext
def greet [] {
|
|
"hello"
|
|
}
|