mirror of
https://github.com/nushell/nushell.git
synced 2025-06-11 12:36:48 +02:00
4 lines
27 B
Plaintext
4 lines
27 B
Plaintext
def greet [] {
|
|
"hello"
|
|
}
|