summaryrefslogtreecommitdiff
path: root/json/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'json/src/main.c')
-rw-r--r--json/src/main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/json/src/main.c b/json/src/main.c
new file mode 100644
index 0000000..a7bf8c4
--- /dev/null
+++ b/json/src/main.c
@@ -0,0 +1,6 @@
+#include <stdio.h>
+
+int main(void) {
+ puts("hello computer");
+ return 0;
+}