summaryrefslogtreecommitdiff
path: root/hello.c
diff options
context:
space:
mode:
authorPhyscik <mynameisgennadiy@vk.com>2025-12-16 17:25:58 +0500
committerPhyscik <mynameisgennadiy@vk.com>2025-12-16 17:25:58 +0500
commit95ef1315c6fea2de25ee4bef9f858d3cd471e46f (patch)
treebf19b432210bca7b02d4e04fae2dc0f73d1a962a /hello.c
parent942d5d8b84f55d71a275a7d6f3446587ab7368a3 (diff)
Wasm -> goHEADmaster
Diffstat (limited to 'hello.c')
-rw-r--r--hello.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/hello.c b/hello.c
deleted file mode 100644
index 09d79ce..0000000
--- a/hello.c
+++ /dev/null
@@ -1,3 +0,0 @@
-int Add(int a, int b) {
- return a + b;
-}