--- 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