mirror of
https://github.com/nushell/nushell.git
synced 2024-11-29 11:54:02 +01:00
6 lines
86 B
Plaintext
6 lines
86 B
Plaintext
export module eggs.nu
|
|
|
|
export def main [] { 'spam' }
|
|
|
|
export def baz [] { 'spambaz' }
|