Skip to content

Commit

Permalink
Update hello.c
Browse files Browse the repository at this point in the history
  • Loading branch information
azkaratea authored Sep 30, 2024
1 parent b03273a commit 99d553e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hello.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 99d553e

Please sign in to comment.