From 32110d01404b3abc05a20f42b45f6ba74d4052ce Mon Sep 17 00:00:00 2001 From: Shautvast Date: Sat, 8 Nov 2025 21:58:44 +0100 Subject: [PATCH] and also a tin teardrop --- source/hello/service.crud | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 source/hello/service.crud diff --git a/source/hello/service.crud b/source/hello/service.crud new file mode 100644 index 0000000..c2c5c69 --- /dev/null +++ b/source/hello/service.crud @@ -0,0 +1,2 @@ +fn add(a: string, b: string) -> string: + a + " " + b \ No newline at end of file