test add
authorJulien Rougeron <julien.rougeron@iri.centrepompidou.fr>
Wed, 05 Sep 2012 15:03:08 +0200
changeset 76 94334f9a3ff3
parent 75 99cc040fab43
child 77 89098f9e56b5
test add
hello.c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hello.c	Wed Sep 05 15:03:08 2012 +0200
@@ -0,0 +1,12 @@
+/*
+ * Placed in the public domain by Bryan O'Sullivan.  This program is
+ * not covered by patents in the United States or other countries.
+ */
+
+#include <stdio.h>
+
+int main(int argc, char **argv)
+{
+	printf("once more, hello.\n");
+	return 0;
+}
\ No newline at end of file