aboutsummaryrefslogtreecommitdiffstats
path: root/stubdom/c/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubdom/c/main.c')
-rw-r--r--stubdom/c/main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/stubdom/c/main.c b/stubdom/c/main.c
new file mode 100644
index 0000000000..12288a6292
--- /dev/null
+++ b/stubdom/c/main.c
@@ -0,0 +1,6 @@
+#include <stdio.h>
+int main(void) {
+ sleep(2);
+ printf("Hello, world!\n");
+ return 0;
+}