Welcome to the Hello World Repository – a simple and beginner-friendly project to make your first open-source contribution! 🚀
This repository contains "Hello, World!"
programs written in multiple programming languages. It's designed to help newcomers explore syntax differences and get comfortable contributing to open source.
Each folder is named after a programming language and contains a file that prints Hello, World!
in that language.
📦 helloWorld/
┣ 📂 Python/
┃ ┗ 📄 hello.py
┣ 📂 JavaScript/
┃ ┗ 📄 hello.js
┣ 📂 C/
┃ ┗ 📄 hello.c
┣ 📂 Rust/
┃ ┗ 📄 hello.rs
┗ 📂 Java/
┗ 📄 HelloWorld.java
Follow these simple steps to contribute:
-
Fork this repository 🍴
-
Clone your fork:
git clone https://github.com/your-username/helloWorld.git cd helloWorld
-
Navigate to the folder of your language or create a new one
-
Add your
Hello, World!
program -
Commit and push your changes:
git add . git commit -m "Added Hello World in [Language]" git push origin main
-
Create a Pull Request ✅
✔️ Name your folder after the programming language ·
✔️ Name your file clearly (e.g., hello.py
, hello.cpp
) ·
✔️ Your program must only print Hello, World!
·
✔️ Avoid unnecessary comments or changes
This is a beginner-friendly space, so keep it clean and readable.
This project is licensed under the MIT License 🔓