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