nushell-plugins/nushell/tests/fixtures/formats/sample_def.nu
2025-06-27 02:33:44 +01:00

3 lines
34 B
Text

export def greet [] {
"hello"
}