mirror of
https://github.com/nushell/nushell
synced 2025-01-21 17:44:12 +00:00
4 lines
62 B
Text
4 lines
62 B
Text
|
export def test [] { 'test' }
|
||
|
|
||
|
export def main [] { 'beans' }
|