Hey folks! 👋

I've been working on a fun side project that I think you'll enjoy — a GitHub repository dedicated to the most iconic phrase in software development:

"Hello, World!"

But here's the twist:

This repo doesn't just show it in one language.

It shows it in every language I could possibly find — from the popular to the obscure, from modern to historical, from elegant to downright weird. 🧵

🚀 Why I Built This

This started as a simple curiosity — "How do different languages print Hello, World?"

But then it quickly grew into a full-on mission: to collect and document the syntax for “Hello, World” in as many programming languages as possible.

Whether you're a beginner looking to explore new languages, a polyglot developer, or just a curious coder, you'll find something interesting (and maybe nostalgic) here.

📚 What's Inside?

The repo includes:

✅ C, C++, Java, Python, JavaScript

✅ Rust, Go, Kotlin, Swift, Dart

✅ Bash, PowerShell, Assembly, COBOL

✅ And many more

📁 GitHub Repo:

👉 https://github.com/mahmud-r-farhan/Hello-World

🔧 How You Can Help

This project is open-source and growing — so I'm inviting YOU to contribute!

  • 🧠 Know a missing language? Add it!

  • ✍️ Suggest improvements or alternate idiomatic versions.

  • ✅ Fix syntax errors or formatting for clarity.

  • 📄 Help organize with README updates or code comments.

GitHub logo mahmud-r-farhan / Hello-World

This project is just for fun and explore—showcasing the diversity of programming syntax across the world of technology.

🌍 Hello World in Every Programming Language

Welcome to the ultimate "Hello, World!" collection! This repository contains simple "Hello, World!" programs written in as many programming languages as possible.

This project is just for fun and explore—showcasing the diversity of programming syntax across the world of technology.

Languages Covered So Far (32)

  1. Python

  2. JavaScript

  3. C

  4. Java

  5. Rust

  6. Go

  7. Ruby

  8. PHP

  9. C++

  10. Bash

  11. Haskell

  12. Kotlin

  13. Swift

  14. Scala

  15. Perl

  16. Lua

  17. R

  18. TypeScript

  19. Objective-C

  20. Pascal

  21. Fortran

  22. Assembly (x86 NASM)

  23. Scheme

  24. Clojure

  25. Prolog

  26. F#

  27. OCaml

  28. Elixir

  29. Erlang

  30. VB.NET

  31. Julia

  32. Dart


🧾 All "Hello, World!" Code Snippets

1. Python

print("Hello, World!")
Enter fullscreen mode Exit fullscreen mode

2. JavaScript

console.log("Hello, World!");
Enter fullscreen mode Exit fullscreen mode

3. C

#include 

int main() {
    printf("Hello, World!\n");
    return 0;
}
Enter fullscreen mode Exit fullscreen mode

4. Java

public class HelloWorld {
    public static void main(String[] args) {
        System.out.println("Hello,
Enter fullscreen mode Exit fullscreen mode

💡 Why This Matters

"Hello, World" is more than a phrase — it's a rite of passage.

It's the programmer’s first spark of creation in a new world of logic and syntax.

This repo celebrates that magic, across all languages, platforms, and paradigms.


If you're a language nerd, a teacher, or just someone who wants to see how different programming worlds say hello — check it out and maybe star ⭐ the repo if you like it!

Thanks for reading.

Let’s spread the love for code — one “Hello, World!” at a time.

🖖 Happy coding!

Follow for more!
@mahmud-r-farhan - https://devplus.fun/


Most used programming languages among developers worldwide