Skip to content

Commit dd946d0

Browse files
committed
4
1 parent 680f797 commit dd946d0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

0x00-hello_world/4-puts.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77

88
int main(void)
99
{
10-
puts("\"Programming is like building a multilingual puzzle\n");
10+
puts("\"Programming is like building a multilingual puzzle");
1111
return (0);
1212
}

0x00-hello_world/a.out

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)