2025-06-27 02:33:44 +01:00

7 lines
104 B
Plaintext

export module foo.nu
export module beans
export def test [] { 'test' }
export def main [] { 'bacon' }