mirror of
https://github.com/nushell/nushell.git
synced 2024-12-29 02:19:44 +01:00
4 lines
62 B
Plaintext
4 lines
62 B
Plaintext
export def test [] { 'test' }
|
|
|
|
export def main [] { 'bacon' }
|