mirror of
https://github.com/nushell/nushell
synced 2025-01-02 16:29:00 +00:00
3 lines
62 B
Text
3 lines
62 B
Text
export def test [] { 'test' }
|
|
|
|
export def main [] { 'bacon' }
|