CodeHello is more than just a list of programs β it's a celebration of programming language diversity. Whether you're a beginner exploring your first language or a veteran comparing syntax paradigms, this repository serves as a fun and educational reference.
New languages are added every day thanks to our amazing contributors!
- 100+ Languages (and continuously growing)
- Clean, idiomatic "Hello, World!" examples
- Easy-to-follow instructions for running each program
- Organized by categories (Popular, Systems, Functional, Esoteric, etc.)
- Automated testing support (planned)
- Interactive web version (in progress)
CodeHello/ βββ languages/ β βββ python/ β βββ javascript/ β βββ rust/ β βββ ... βββ docs/ βββ scripts/ βββ website/ βββ app/ βββ CONTRIBUTING.md βββ LICENSE βββ README.md
Example: Running Python
cd languages/python python hello.py Check each language folder for setup and execution instructions.
- JavaScript
- TypeScript
- Rust
- Kotlin
- Swift
- Python
- and many more...
- Systems Programming
- Functional Languages
- Web & Scripting
- Legacy & Enterprise
- Esoteric & Fun
We love contributions! Whether it's adding a new language, improving documentation, or fixing a bug β every PR is welcome. Please read CONTRIBUTING.md before submitting a pull request. π License This project is open source and licensed under the MIT License. Made with π for the developer community