RustCallLean/Callee/Callee.lean

4 lines
76 B
Plaintext

@[export my_function]
def my_function (s: String): String :=
s ++ s!"abc"