GitHunt
KA

karshav16/helloWorld

Hello world is an Open Source project for programming beginners. It consists in providing a program that returns the “Hello World” message in the programming language you know.

helloWorld

GitHub contributors
GitHub stars
GitHub stars
GitHub forks

Hello world is an Open Source project for programming beginners. It consists in providing a program that returns the “Hello World” message in the programming language you know.

List of available languages:

  1. Python
  2. Javascript
  3. Solidity
  4. C
  5. C++
  6. C#
  7. PHP
  8. Assembly
  9. HTML
  10. Dart
  11. COBOL
  12. GDScript
  13. Java
  14. Bash
  15. Go
  16. Typescript
  17. Rust
  18. Zig
  19. Kotlin
  20. Swift
  21. Lua
  22. Brainfuck
  23. R
  24. Cairo
  25. Xamarin
  26. Perl
  27. Prolog
  28. Ruby
  29. Azle
  30. SQL
  31. Fortran
  32. Mokoto
  33. MATLAB
  34. Haskell
  35. Scheme

Table of Contents

Introduction

The "Hello World" project is a common first step for beginners learning a new programming language. This repository gathers implementations of the "Hello World" message in multiple languages to demonstrate different syntax and language features.

Installation

  1. Clone the repository:
    git clone https://github.com/agnilondapakou/helloWorld.git
  2. Navigate to the directory of the language you wish to try.

Usage

To run a "Hello World" program:

  1. Navigate to the specific language folder.
  2. Run the code using the appropriate compiler or interpreter.

Example in Python:

python hello.py

Contributing

Contributions are encouraged! Follow these steps to contribute:

  1. Fork the repository: Click the "Fork" button at the top of this page to create a copy of this repo under your GitHub account.
  2. Clone your fork:
    git clone https://github.com/agnilondapakou/helloWorld.git
    cd helloWorld
  3. Create a new branch:
    git checkout -b add-language-<language-name>
  4. Add your "Hello World" program: Add a folder for your language (if not present) and include your program file inside it.
  5. Commit your changes:
    git add .
    git commit -m "Added Hello World in <language>"
  6. Push to your fork:
    git push origin add-language-<language-name>
  7. Create a Pull Request: Go to your fork on GitHub and click the "Compare & pull request" button to submit your changes.

Please ensure that your code adheres to the formatting conventions for the language. Check the CONTRIBUTING.md for more detailed guidelines.

Features

  • Collection of "Hello World" programs in various programming languages.
  • Great resource for beginners to compare basic syntax across languages.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Languages

Assembly19.1%MATLAB11.4%C7.4%Java6.6%HTML5.9%Go4.8%Brainfuck4.6%Rust3.7%Solidity3.2%C#2.8%COBOL2.8%Motoko2.7%Zig2.5%C++2.5%TypeScript2.4%CSS2.4%Fortran2.3%Cairo1.7%Prolog1.3%Haskell1.2%Dart1.1%Perl1.0%Kotlin1.0%GDScript0.9%PHP0.8%JavaScript0.7%Lua0.6%Python0.6%Swift0.6%Rebol0.5%Ruby0.5%Shell0.5%
MIT License
Created October 10, 2024
Updated October 10, 2024