mirror of
https://github.com/nushell/nushell.git
synced 2025-04-12 23:38:20 +02:00
4 lines
62 B
Plaintext
4 lines
62 B
Plaintext
export def test [] { 'test' }
|
|
|
|
export def main [] { 'bacon' }
|