forked from extern/nushell
4 lines
63 B
Plaintext
4 lines
63 B
Plaintext
export def main [] { 'spam' }
|
|
|
|
export def baz [] { 'spambaz' }
|