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

3 lines
62 B
Text

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