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.
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)
-
Python
-
JavaScript
-
C
-
Java
-
Rust
-
Go
-
Ruby
-
PHP
-
C++
-
Bash
-
Haskell
-
Kotlin
-
Swift
-
Scala
-
Perl
-
Lua
-
R
-
TypeScript
-
Objective-C
-
Pascal
-
Fortran
-
Assembly (x86 NASM)
-
Scheme
-
Clojure
-
Prolog
-
F#
-
OCaml
-
Elixir
-
Erlang
-
VB.NET
-
Julia
-
Dart
🧾 All "Hello, World!" Code Snippets
1. Python
print("Hello, World!")
2. JavaScript
console.log("Hello, World!");
3. C
#include
int main() {
printf("Hello, World!\n");
return 0;
}
4. Java
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello,
…💡 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/