Loading repository data…
Loading repository data…
33Alireza / repository
CodeHello is 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.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
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!
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.
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