Skip to content

Latest commit

 

History

History
48 lines (22 loc) · 1.11 KB

README.md

File metadata and controls

48 lines (22 loc) · 1.11 KB

Hello-Universe-

image

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

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