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

4 lines
62 B
Plaintext

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