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