Compare commits

1 Commits

Author SHA1 Message Date
vinitm17 fe76a0ab9b updated message fior code 2025-11-10 05:41:55 +00:00
+2 -1
View File
@@ -1,5 +1,6 @@
#include <stdio.h>
int main() {
printf("Hello World\n");
//this is for code review made some changes in the code
printf("Hello Gitea Code Review!\n");
return 0;
}