6 lines
84 B
Plaintext
6 lines
84 B
Plaintext
export module foo.nu
|
|
|
|
export def test [] { 'test' }
|
|
|
|
export def main [] { 'beans' }
|