summaryrefslogtreecommitdiff
path: root/hello.c
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2008-11-11 21:27:09 +0000
committerMatt Turner <mattst88@gmail.com>2008-11-11 21:27:09 +0000
commit91b4edf69e5adf9c40edcaff38b880218b7b0d9d (patch)
tree85b654192fa2ce167f4899f6f0a4ca14b1acdb13 /hello.c
Initial Import
git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@1 0d43b9a7-5ab2-4d7b-af9d-f64450cef757
Diffstat (limited to 'hello.c')
-rw-r--r--hello.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hello.c b/hello.c
new file mode 100644
index 0000000..c664483
--- /dev/null
+++ b/hello.c
@@ -0,0 +1,2 @@
+#include <stdio.h>
+int main () {printf("hello.\n");return(0);}