tipi-lang/source/hello/web.crud
2025-10-29 17:09:02 +01:00

5 lines
97 B
Text

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