diff --git a/README.md b/README.md index 6635b68..1f1e480 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ Hacktoberfest is a program by Digital Ocean and Github, where you can easily win ## Steps to follow :scroll: ### 1. Register for Hacktoberfest -You can register from [here](https://hacktoberfest.digitalocean.com). ### 2. Fork it :fork_and_knife: diff --git a/main.c b/main.c new file mode 100644 index 0000000..60397c1 --- /dev/null +++ b/main.c @@ -0,0 +1,5 @@ + #include +void main(){ + printf("hello world"); + prinf("hai"); +}