/Hello-Hacktober

This repository is for people who are starting to program, and want to participate in hacktoberfest or just want to contribute

Primary LanguageC

Hello-Universe-

This repository is for people who are starting to program and want to participate in hacktoberfest or just contribute!

It is very simple to participate. Simply submit your hello world in the language you desire with its respective extension!

Example:

#include <stdio.h>
 
              int main() {
 
               printf("Hello, World!");
               return 0;
               }
}

How to participate?

image

  • Click New file

image

  • Write Your Code

image

  • Click in Commit File

image

  • Click in Create a Pull Request