Skip to content

Commit 52ee0ac

Browse files
Add new templates
1 parent 90a819b commit 52ee0ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

langs/c/project/library.h

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

44
#include <stdio.h>
55

6-
char string[12] = "Hello world!";
6+
char string[15] = "Hello, world!";
77

88
void hello( void ) {
99
printf("%s\n", string);

0 commit comments

Comments
 (0)