nu 0.84.0

A new type of shell
1
2
3
4
5
export module eggs.nu

export def main [] { 'spam' }

export def baz [] { 'spambaz' }