Skip to content

HashSlap-Summer-of-Code/hello-world

🌍 Hello World in Every Language

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.


📁 Repository Structure

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

🚀 Getting Started

Follow these simple steps to contribute:

  1. Fork this repository 🍴

  2. Clone your fork:

    git clone https://github.com/your-username/helloWorld.git
    cd helloWorld
  3. Navigate to the folder of your language or create a new one

  4. Add your Hello, World! program

  5. Commit and push your changes:

    git add .
    git commit -m "Added Hello World in [Language]"
    git push origin main
  6. Create a Pull Request


🧑‍💻 Contribution Guidelines

✔️ 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.


📜 License

This project is licensed under the MIT License 🔓


About

repo with hello world program written in various languages.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 13