nushell-plugins/nushell/tests/fixtures/formats/sample_def.nu

4 lines
34 B
Text
Raw Normal View History

2025-06-27 02:33:44 +01:00
export def greet [] {
"hello"
}