diff --git a/README.md b/README.md index 158a7a6..a6b9a62 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ -# HacktoberFest-HelloWorld -### An easy way to get your 5 pull requests for Hacktoberfest ! -This Repo is solely built for HacktoberFest 2019 !! Just make a pull request and it will be merged with in minutes ... -## examples that you can do -1. You can add any program. -2. You can update readme file. -etc... +#include + +int main(void) +{ + printf("hello, world!\n"); + printf("hello, world!\n"); +return 0; +}