summaryrefslogtreecommitdiffstats
path: root/WasmAudio/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'WasmAudio/main.c')
-rw-r--r--WasmAudio/main.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/WasmAudio/main.c b/WasmAudio/main.c
new file mode 100644
index 0000000..4e27973
--- /dev/null
+++ b/WasmAudio/main.c
@@ -0,0 +1,14 @@
+//
+// main.c
+// WasmAudio
+//
+// Created by Jacky Jack on 06/07/2021.
+//
+
+#include <stdio.h>
+
+int main(int argc, const char * argv[]) {
+ // insert code here...
+ printf("Hello, World!\n");
+ return 0;
+}