mirror of
https://github.com/nushell/nushell
synced 2024-12-31 23:39:00 +00:00
4 lines
63 B
Text
4 lines
63 B
Text
|
export def main [] { 'spam' }
|
||
|
|
||
|
export def baz [] { 'spambaz' }
|