Commentaire
authorChloe Laisne <chloe.laisne@gmail.com>
Wed, 11 May 2016 13:48:08 +0200
changeset 98 bb1d25d50d73
parent 97 cb6ae6d35967
child 99 cf76f922218c
Commentaire
hello.c
--- a/hello.c	Fri Mar 04 12:30:47 2016 +0100
+++ b/hello.c	Wed May 11 13:48:08 2016 +0200
@@ -4,10 +4,10 @@
  */
 
 #include <stdio.h>
-
+// Un commentaire
 int main(int argc, char **argv)
 {
 	printf("once more, hello.\n");
 	printf("hello merged ?");
 	return 0;
-}
\ No newline at end of file
+}