Skip to content

Commit beef92f

Browse files
authored
Update test.c
fixed syntax error
1 parent 1fcab5c commit beef92f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test.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-
printf("Hello World")
3+
printf("Hello World");
44
return 0;
55
}

0 commit comments

Comments
 (0)