Skip to content

Commit fdd5ff4

Browse files
first c lang program (#1)
1 parent 764be66 commit fdd5ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1_hello_world.c renamed to 01_hello_world.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
void main () {
44
printf("Hello World!");
55
return 0;
6-
}
6+
}

0 commit comments

Comments
 (0)