{"id":19152936,"url":"https://github.com/csps0/hello-world","last_synced_at":"2026-06-20T17:31:40.405Z","repository":{"id":258414369,"uuid":"867311990","full_name":"CsPS0/Hello-World","owner":"CsPS0","description":"A comprehensive collection of 'Hello, World!' in 140+ programming languages - from Assembly to Zig","archived":false,"fork":false,"pushed_at":"2026-06-04T12:34:34.000Z","size":95,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-04T14:13:50.545Z","etag":null,"topics":["beginner-friendly","code-examples","educational","hello-world","learning-resources","open-source","polyglot","programming-languages","reference","unique"],"latest_commit_sha":null,"homepage":"https://csps0.github.io/Hello-World/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CsPS0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-03T20:31:15.000Z","updated_at":"2026-06-04T12:35:22.000Z","dependencies_parsed_at":"2024-10-18T22:31:52.295Z","dependency_job_id":"ec22d925-be82-4d7b-b981-0011afb35c2f","html_url":"https://github.com/CsPS0/Hello-World","commit_stats":null,"previous_names":["csps0/hello-world"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CsPS0/Hello-World","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CsPS0%2FHello-World","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CsPS0%2FHello-World/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CsPS0%2FHello-World/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CsPS0%2FHello-World/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CsPS0","download_url":"https://codeload.github.com/CsPS0/Hello-World/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CsPS0%2FHello-World/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34580039,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["beginner-friendly","code-examples","educational","hello-world","learning-resources","open-source","polyglot","programming-languages","reference","unique"],"created_at":"2024-11-09T08:19:58.431Z","updated_at":"2026-06-20T17:31:40.400Z","avatar_url":"https://github.com/CsPS0.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hello World Project\n\n\u003cdiv align=\"center\"\u003e\n\n[![View Interactive Site](https://img.shields.io/badge/View_Site-e05a2b?style=for-the-badge)](https://csps0.github.io/Hello-World/)\n[![MIT License](https://img.shields.io/badge/license-MIT-green?style=for-the-badge)](LICENSE)\n[![Languages](https://img.shields.io/badge/languages-142-blue?style=for-the-badge)](docs/languages.json)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen?style=for-the-badge)](CONTRIBUTING.md)\n\n**The same program, written in 142 different languages.**\n\n[Browse all 142 languages](https://csps0.github.io/Hello-World/)\n\n\u003c/div\u003e\n\n---\n\n## Overview\n\nThis project collects `Hello, World!` in 142 programming languages — from Python and C to Brainfuck and Shakespeare. Every file prints the same string. The differences are in the syntax.\n\nUse it to look up how a language works, compare two languages side by side, or find something you have not seen before.\n\n## Features\n\n| What | Details |\n| :--- | :--- |\n| **142 languages** | Procedural, OOP, functional, scripting, esoteric, hardware, logic, and markup. |\n| **Search** | Type a name, find the language. Fuzzy matching included. |\n| **Filter** | Click a paradigm tag to narrow the grid. |\n| **Compare** | Pick up to 3 languages and see their code side by side. |\n| **Copy and download** | One click to copy or download any source file. |\n| **Dark and light mode** | Follows your system preference. Manual toggle available. |\n| **Deep links** | Link directly to any language with a URL hash (e.g., `#python`). |\n| **CI/CD** | GitHub Actions validates the manifest and deploys to Pages on every push. |\n\n## Project Structure\n\n```text\nHello-World/\n├── docs/\n│   ├── hello-world/     Source code files for all 142 languages\n│   ├── index.html       Website entry point\n│   ├── style.css        Styles and theme system\n│   ├── app.js           Application logic\n│   ├── languages.json   Language manifest (auto-generated)\n│   └── build.py         Build script to regenerate the manifest\n├── .github/\n│   └── workflows/\n│       └── deploy.yml   CI/CD: validation and GitHub Pages deployment\n├── CONTRIBUTING.md      Contribution guidelines\n├── LICENSE              MIT License\n└── README.md\n```\n\n## Quick Reference\n\n| Language | File | Description |\n| :--- | :--- | :--- |\n| Python | [`hello.py`](docs/hello-world/hello.py) | High-level, general-purpose language. |\n| JavaScript | [`hello.js`](docs/hello-world/hello.js) | Primary language of the web platform. |\n| Rust | [`hello.rs`](docs/hello-world/hello.rs) | Memory-safe systems programming. |\n| Go | [`hello.go`](docs/hello-world/hello.go) | Statically typed with built-in concurrency. |\n| C++ | [`hello.cpp`](docs/hello-world/hello.cpp) | High-performance compiled language. |\n| Haskell | [`hello.hs`](docs/hello-world/hello.hs) | Purely functional programming. |\n| Java | [`hello.java`](docs/hello-world/hello.java) | Platform-independent OOP language. |\n| C | [`hello.c`](docs/hello-world/hello.c) | Foundation of systems programming. |\n\nFor the full list, visit the [interactive site](https://csps0.github.io/Hello-World/) or browse the [`hello-world/`](docs/hello-world/) directory.\n\n## Build\n\nRegenerate `languages.json` from the source files:\n\n```bash\ncd docs\npython build.py\n```\n\nThe script scans `hello-world/`, maps file extensions to language metadata via internal dictionaries, and writes the manifest with paradigm tags.\n\n## Contributing\n\nContributions are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md) for file naming conventions, paradigm tag definitions, and the pull request process.\n\n**Summary:**\n\n1. Fork the repository.\n2. Create a feature branch: `git checkout -b feature/add-language-name`.\n3. Add the source file to `docs/hello-world/`.\n4. Update the extension mapping in `docs/build.py`.\n5. Run `python docs/build.py` to regenerate the manifest.\n6. Commit, push, and open a pull request.\n\n## License\n\nDistributed under the MIT License. See [`LICENSE`](LICENSE) for the full text.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsps0%2Fhello-world","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsps0%2Fhello-world","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsps0%2Fhello-world/lists"}