diff options
| author | Physcik <mynameisgennadiy@vk.com> | 2025-12-15 15:26:38 +0500 |
|---|---|---|
| committer | Physcik <mynameisgennadiy@vk.com> | 2025-12-15 15:26:38 +0500 |
| commit | 942d5d8b84f55d71a275a7d6f3446587ab7368a3 (patch) | |
| tree | 92d5dfa321f0b2b41a2b2cabd1d770c4febc9289 /hello.c | |
Wasm build pipeline
Diffstat (limited to 'hello.c')
| -rw-r--r-- | hello.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +int Add(int a, int b) { + return a + b; +} |
