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

6 lines
84 B
Plaintext

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