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