2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-01-24 19:05:22 +00:00
nushell/tests/modules/samples/spam/bacon/beans/mod.nu

3 lines
62 B
Text

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