test
authorJulien Rougeron <julien.rougeron@iri.centrepompidou.fr>
Wed, 05 Sep 2012 15:14:37 +0200
changeset 79 8c6d2cf28de5
parent 78 69778189f54d (current diff)
parent 77 89098f9e56b5 (diff)
child 80 cb2b649a228e
test
hello.c
--- a/hello.c	Wed Sep 05 15:12:11 2012 +0200
+++ b/hello.c	Wed Sep 05 15:14:37 2012 +0200
@@ -1,7 +1,13 @@
-test
+/*
+ * Placed in the public domain by Bryan O'Sullivan.  This program is
+ * not covered by patents in the United States or other countries.
+ */
 
-to merged
+#include <stdio.h>
 
-
-
-fdsvlkdw
\ No newline at end of file
+int main(int argc, char **argv)
+{
+	printf("once more, hello.\n");
+	printf("hello merged ?");
+	return 0;
+}
\ No newline at end of file
--- a/helloW.txt	Wed Sep 05 15:12:11 2012 +0200
+++ b/helloW.txt	Wed Sep 05 15:14:37 2012 +0200
@@ -10,5 +10,5 @@
 								Ahoy
 encore un Bonjour TT le monde.. nic.
 Hello World by Diane
-Hello by Julien
+Hello by 54 Julien
 Ni hao shijie….
\ No newline at end of file