{"id":13782894,"url":"https://github.com/EinBaum/FizzBuzz","last_synced_at":"2025-05-11T16:33:23.840Z","repository":{"id":31935925,"uuid":"35505490","full_name":"EinBaum/FizzBuzz","owner":"EinBaum","description":"The FizzBuzz Programming Language interpreter","archived":false,"fork":false,"pushed_at":"2017-05-28T09:13:56.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-03T18:16:57.501Z","etag":null,"topics":["fizzbuzz","linux"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EinBaum.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-12T18:29:04.000Z","updated_at":"2017-06-04T10:58:13.000Z","dependencies_parsed_at":"2022-08-27T14:06:20.281Z","dependency_job_id":null,"html_url":"https://github.com/EinBaum/FizzBuzz","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EinBaum%2FFizzBuzz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EinBaum%2FFizzBuzz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EinBaum%2FFizzBuzz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EinBaum%2FFizzBuzz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EinBaum","download_url":"https://codeload.github.com/EinBaum/FizzBuzz/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253596011,"owners_count":21933495,"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":["fizzbuzz","linux"],"created_at":"2024-08-03T18:01:47.391Z","updated_at":"2025-05-11T16:33:23.579Z","avatar_url":"https://github.com/EinBaum.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"# FizzBuzz Programming Language\nThe FizzBuzz Programming Language interpreter.\n\nIf an interviewer ever asks you about writing a FizzBuzz program in a \nlanguage of your choice, give him this piece of code:\n\n```\n100\n```\n\n## Installation\n\nRequirements: Any C compiler, make\n\nEnter the project directory and type `make` to create the executable `fpl`.\nRunning the program without arguments will read from the standard input.\nAlternatively you can specify filenames as arguments (each will be interpreted).\n\n\n## Syntax\n\n```\n\u003cUnsigned Integer\u003e\u003cOptional Linebreak\u003e\n\u003cSame as above again\u003e\n```\n\nExample program:\n```\n15\n3\n```\nwill produce the following output:\n```\n1 2 Fizz 4 Buzz Fizz 7 8 Fizz Buzz 11 Fizz 13 14 FizzBuzz\n1 2 Fizz\n```\n\nEach number is separated with a space. A newline is written after the last number.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEinBaum%2FFizzBuzz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEinBaum%2FFizzBuzz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEinBaum%2FFizzBuzz/lists"}