forked from extern/nushell
4 lines
62 B
Plaintext
4 lines
62 B
Plaintext
export def test [] { 'test' }
|
|
|
|
export def main [] { 'bacon' }
|