nushell/tests/modules/samples/spam/bacon/mod.nu

4 lines
62 B
Plaintext

export def test [] { 'test' }
export def main [] { 'bacon' }