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