Skip to content

Commit 619c338

Browse files
committed
updated
1 parent d65e720 commit 619c338

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hello.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include<stdio.h>
22
int main()
3-
{print("hello world");
3+
{printf("hello world");
44
return 0;
55
}

0 commit comments

Comments
 (0)