summary refs log tree commit diff
path: root/ripple/data/hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'ripple/data/hello.c')
-rw-r--r--ripple/data/hello.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/ripple/data/hello.c b/ripple/data/hello.c
new file mode 100644
index 0000000..a262b3f
--- /dev/null
+++ b/ripple/data/hello.c
@@ -0,0 +1,5 @@
+#include <stdio.h>
+
+int main() {
+    printf("hello, world!\n");
+}