Skip to content

Commit

Permalink
test ci hello-world
Browse files Browse the repository at this point in the history
  • Loading branch information
KsaR99 committed Dec 18, 2024
1 parent 410fcb2 commit aa989b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hello-world/c/code.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <stdio.h>

int main() {
printf("Hello, World!\n");
printf("Hello, World! \n");
return 0;
}

0 comments on commit aa989b6

Please sign in to comment.