mirror of
https://github.com/nushell/nushell
synced 2024-12-27 21:43:09 +00:00
5 lines
86 B
Text
5 lines
86 B
Text
export module eggs.nu
|
|
|
|
export def main [] { 'spam' }
|
|
|
|
export def baz [] { 'spambaz' }
|