DEV Community

Cover image for ๐ŸŒ Hello, World! From Every Programming Language I Could Find
Mahmudur Rahman
Mahmudur Rahman

Posted on

1

๐ŸŒ Hello, World! From Every Programming Language I Could Find

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 <stdio.h>

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

Top comments (0)

Dev Diairies image

User Feedback & The Pivot That Saved The Project

๐Ÿ”ฅ Check out Episode 3 of Dev Diairies, following a successful Hackathon project turned startup.

Watch full video ๐ŸŽฅ

๐Ÿ‘‹ Kindness is contagious

Explore this insightful piece, celebrated by the caring DEV Community. Programmers from all walks of life are invited to contribute and expand our shared wisdom.

A simple "thank you" can make someoneโ€™s dayโ€”leave your kudos in the comments below!

On DEV, spreading knowledge paves the way and fortifies our camaraderie. Found this helpful? A brief note of appreciation to the author truly matters.

Letโ€™s Go!