diff --git a/Cpp/hello_hacktoberfest.c b/Cpp/hello_hacktoberfest.c new file mode 100644 index 0000000000..7853d789c2 --- /dev/null +++ b/Cpp/hello_hacktoberfest.c @@ -0,0 +1,6 @@ +#include + +int main() { + printf("Hello Hacktoberfest 2025 from Anjali!\n"); + return 0; +}