forked from extern/nushell
4 lines
61 B
Plaintext
4 lines
61 B
Plaintext
export def main [] { 'bar' }
|
|
|
|
export def baz [] { 'barbaz' }
|