Skip to content

Latest commit

 

History

History
43 lines (21 loc) · 1017 Bytes

README.md

File metadata and controls

43 lines (21 loc) · 1017 Bytes

Hello-Universe-

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 dejear with its respective extension

Example:

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

How partcipate?

image

  • Click New file

image

  • Write Your Code

image

  • Click in Commit File

image

  • Click in Create a Pull Request