This repository is for people who are starting to program and want to participate in hacktoberfest or just want to contribute.
It is very simple to participate. Simply submit your hello world in the language you love with its respective extension
#include <stdio.h>
int main() {
printf("Hello, World!");
return 0;
}
}
- Click New file
- Write Your Code
- Click in Commit File
- Click in Create a Pull Request