Skip to content

Commit 69e0889

Browse files
committed
add test print
add 'test' output Signed-off-by: Inho Oh <webispy@gmail.com>
1 parent 278e334 commit 69e0889

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hello.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@ int main(int argc, char *argv[])
44
{
55
printf("hello world\n");
66

7+
printf("test\n");
8+
79
return 0;
810
}

0 commit comments

Comments
 (0)