Skip to content

Commit

Permalink
Update hello.c
Browse files Browse the repository at this point in the history
  • Loading branch information
azkaratea authored Oct 4, 2024
1 parent 58bb86a commit d8f0154
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, TICS!\n");
printf("Hello, TICS!!\n");
return 0;
}

0 comments on commit d8f0154

Please sign in to comment.