forked from extern/nushell
4 lines
27 B
Plaintext
4 lines
27 B
Plaintext
|
def greet [] {
|
||
|
"hello"
|
||
|
}
|