mirror of
https://github.com/nushell/nushell.git
synced 2025-05-16 04:34:34 +00:00
4 lines
62 B
Plaintext
4 lines
62 B
Plaintext
export def test [] { 'test' }
|
|
|
|
export def main [] { 'beans' }
|