1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-30 10:37:29 +02:00
nushell/tests/modules/samples/spam/mod.nu
2023-05-06 23:55:10 +03:00

6 lines
86 B
Plaintext

export module eggs.nu
export def main [] { 'spam' }
export def baz [] { 'spambaz' }