{"id":16479597,"url":"https://github.com/sonyarianto/hello-world","last_synced_at":"2025-06-28T11:03:05.191Z","repository":{"id":185788369,"uuid":"674086428","full_name":"sonyarianto/hello-world","owner":"sonyarianto","description":"\"Hello world\" on several different programming languages. Just need Docker to run each sample.","archived":false,"fork":false,"pushed_at":"2023-08-07T01:58:32.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-28T20:37:47.793Z","etag":null,"topics":["programming-language"],"latest_commit_sha":null,"homepage":"","language":"Zig","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/sonyarianto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"sonyarianto","custom":["https://paypal.me/sonyarianto"]}},"created_at":"2023-08-03T05:40:04.000Z","updated_at":"2023-12-03T21:30:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"e0e94fab-e464-469f-bc6f-090d8d318b41","html_url":"https://github.com/sonyarianto/hello-world","commit_stats":null,"previous_names":["sonyarianto/hello-world"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sonyarianto/hello-world","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonyarianto%2Fhello-world","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonyarianto%2Fhello-world/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonyarianto%2Fhello-world/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonyarianto%2Fhello-world/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sonyarianto","download_url":"https://codeload.github.com/sonyarianto/hello-world/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonyarianto%2Fhello-world/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262419701,"owners_count":23308095,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["programming-language"],"created_at":"2024-10-11T12:52:19.088Z","updated_at":"2025-06-28T11:03:05.152Z","avatar_url":"https://github.com/sonyarianto.png","language":"Zig","funding_links":["https://github.com/sponsors/sonyarianto","https://paypal.me/sonyarianto"],"categories":[],"sub_categories":[],"readme":"# hello-world\n\nJust a simple hello world program on different languages and just use Docker to run it. Nothing else.\n\n## Languages\n\n- [C](c/README.md)\n- [C++](c++/README.md)\n- [Go](go/README.md)\n- [JavaScript](javascript/README.md)\n- [PHP](php/README.md)\n- [Rust](rust/README.md)\n\n## Quick Start\n\nGo to project directory folder and run below commands for each particular language.\n\n### C\n\n```bash\ndocker run -v ./c:/usr/src/app -w /usr/src/app -it --rm gcc:latest sh -c \"gcc -o main main.c \u0026\u0026 ./main\"\n```\n\n### C++\n\n```bash\ndocker run -v ./c++:/usr/src/app -w /usr/src/app -it --rm buildpack-deps:latest sh -c \"g++ -o main main.cpp \u0026\u0026 ./main\"\n```\n\n### Go\n\n```bash\ndocker run -v ./go:/go/src/app -w /go/src/app golang:latest go run main.go\n```\n\n### JavaScript\n\n```bash\ndocker run -v ./javascript:/usr/src/app -w /usr/src/app node:latest node main.js\n```\n\n### PHP (CLI)\n\n```bash\ndocker run -v ./php:/usr/src/app -w /usr/src/app php:latest php main.php\n```\n\n### Rust\n\n```bash\ndocker run -v ./rust:/usr/src/app -w /usr/src/app -it --rm rust:latest sh -c \"rustc main.rs \u0026\u0026 ./main\"\n```\n\n### Zig\n    \n```bash\ndocker run -v ./zig:/usr/src/app -w /usr/src/app -it --rm buddyspencer/ziglang:latest sh -c \"zig build-exe main.zig \u0026\u0026 ./main\"\n```\n\n## License\n\nMIT\n\nMaintained by Sony Arianto Kurniawan \u003c\u003csony@sony-ak.com\u003e\u003e and contributors.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonyarianto%2Fhello-world","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsonyarianto%2Fhello-world","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonyarianto%2Fhello-world/lists"}