tipi-lang/source/hello/service.tp
2025-11-21 16:16:10 +01:00

2 lines
No EOL
55 B
Text

fn add(a: string, b: string) -> string:
a + " " + b