{"id":18867023,"url":"https://github.com/njs-guy/fizzbuzz-in-multiple-languages","last_synced_at":"2025-08-26T23:33:36.398Z","repository":{"id":173182319,"uuid":"400213106","full_name":"njs-guy/FizzBuzz-in-multiple-languages","owner":"njs-guy","description":"FizzBuzz is a common question in coding interviews. Essentially, you are asked to write a program that prints the numbers from 1 to 100 and for multiples of '3', print \"Fizz\" instead of the number and for multiples of '5' print \"Buzz\". For multiples of '3' AND '5', print \"FizzBuzz\".","archived":false,"fork":false,"pushed_at":"2022-05-11T02:00:17.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-30T14:55:05.306Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","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/njs-guy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-08-26T15:13:35.000Z","updated_at":"2022-05-11T02:00:20.000Z","dependencies_parsed_at":"2023-10-18T01:31:56.410Z","dependency_job_id":null,"html_url":"https://github.com/njs-guy/FizzBuzz-in-multiple-languages","commit_stats":null,"previous_names":["njshockey/fizzbuzz-in-multiple-languages","njs-guy/fizzbuzz-in-multiple-languages"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/njs-guy/FizzBuzz-in-multiple-languages","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/njs-guy%2FFizzBuzz-in-multiple-languages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/njs-guy%2FFizzBuzz-in-multiple-languages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/njs-guy%2FFizzBuzz-in-multiple-languages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/njs-guy%2FFizzBuzz-in-multiple-languages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/njs-guy","download_url":"https://codeload.github.com/njs-guy/FizzBuzz-in-multiple-languages/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/njs-guy%2FFizzBuzz-in-multiple-languages/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272267230,"owners_count":24903642,"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","status":"online","status_checked_at":"2025-08-26T02:00:07.904Z","response_time":60,"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":[],"created_at":"2024-11-08T05:08:14.896Z","updated_at":"2025-08-26T23:33:36.352Z","avatar_url":"https://github.com/njs-guy.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FizzBuzz in multiple languages\n\nFizzBuzz is a common question in coding interviews. Essentially, you are asked to write a program that prints the numbers from 1 to 100 and for multiples of '3', print \"Fizz\" instead of the number and for multiples of '5' print \"Buzz\". For multiples of '3' AND '5', print \"FizzBuzz\".\n\nOutput should look something like this:\n```\n1\n2   \nFizz\n4   \nBuzz\nFizz\n7\n8\nFizz\nBuzz\n11\nFizz\n13\n14\nFizzBuzz\n```\nAnd so on.\n\nIt would be much better to come up with your own implementation before looking at mine. Interviewers ask questions like these to make sure that you actually know how to code, so if you just copy and paste everything, you might not get far.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnjs-guy%2Ffizzbuzz-in-multiple-languages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnjs-guy%2Ffizzbuzz-in-multiple-languages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnjs-guy%2Ffizzbuzz-in-multiple-languages/lists"}