summaryrefslogtreecommitdiffstats
path: root/tests/resources/sha1/hello_c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/resources/sha1/hello_c')
-rw-r--r--tests/resources/sha1/hello_c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/resources/sha1/hello_c b/tests/resources/sha1/hello_c
new file mode 100644
index 0000000..45950b2
--- /dev/null
+++ b/tests/resources/sha1/hello_c
@@ -0,0 +1,6 @@
+#include <stdio.h>
+
+int main(int argc, char **argv)
+{
+ printf("Hello, %s\n", "world");
+}