Skip to content

Commit 22583fe

Browse files
authored
minimun space
1 parent fa6a4bb commit 22583fe

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

chapter-1-introduction/1.hello.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
main()
44
{
5-
printf("hello, ");
6-
printf("world");
7-
printf("\n");
5+
printf("hello, world \n");
6+
87
}
9-

0 commit comments

Comments
 (0)