tipi-lang/source/hello/web.crud

5 lines
103 B
Text

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