aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/test.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/test.c b/res/test.c
new file mode 100644
index 0000000..ead84da
--- /dev/null
+++ b/res/test.c
@@ -0,0 +1,5 @@
+int main()
+{
+ printf("Hello, world!\n");
+ return 0;
+}