changeset 10:268c00a68714

merged
author kazz <kazz@cr.ie.u-ryukyu.ac.jp>
date Fri, 19 Feb 2010 06:53:00 +0900
parents 4ff444e25c2f
children e200b5033233
files test1.txt
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/test1.txt	Fri Feb 19 06:51:27 2010 +0900
+++ b/test1.txt	Fri Feb 19 06:53:00 2010 +0900
@@ -1,6 +1,8 @@
 #include <stdio.h>
 
 void test() {
+    printf("hey\n");
+    printf("hello\n");
     return;
 }