{"id":20355461,"url":"https://github.com/dcoxall/aoc2021","last_synced_at":"2025-03-04T17:29:29.261Z","repository":{"id":148714294,"uuid":"435008757","full_name":"dcoxall/aoc2021","owner":"dcoxall","description":null,"archived":false,"fork":false,"pushed_at":"2021-12-12T00:48:34.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-15T01:03:26.969Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dcoxall.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2021-12-04T21:04:19.000Z","updated_at":"2021-12-12T00:48:37.000Z","dependencies_parsed_at":"2023-05-28T18:15:45.144Z","dependency_job_id":null,"html_url":"https://github.com/dcoxall/aoc2021","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/dcoxall%2Faoc2021","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcoxall%2Faoc2021/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcoxall%2Faoc2021/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcoxall%2Faoc2021/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcoxall","download_url":"https://codeload.github.com/dcoxall/aoc2021/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241889204,"owners_count":20037463,"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":[],"created_at":"2024-11-14T23:12:57.493Z","updated_at":"2025-03-04T17:29:29.228Z","avatar_url":"https://github.com/dcoxall.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Advent of Code 2021\n===================\n\nThis years advent of code. Solved with Go just to give me a refresher on the language.\n\n## Structure\n\nEach day is a submodule. The submodules (days) should take an `io.Reader` of the input\nand calculate the correct result or return an error.\n\nThe main module brings all the days together and provides a basic CLI in which to execute\nthe solutions against the real input.\n\n## Usage\n\nExecuting main.go will output the answer for the most recent solution but supports\nre-execution of previous days. It will also output the time taken to calculate the\nresult.\n\n    go run main.go -h\n    go run main.go -d \u003cDAY\u003e\n\n#### Install Go\n\n    curl -L https://go.dev/dl/go1.17.4.linux-amd64.tar.gz -o go1.17.4.linux-amd64.tar.gz\n    sudo rm -rf /usr/local/go\n    sudo tar -C /usr/local -xzf go1.17.4.linux-amd64.tar.gz\n    rm go1.17.4.linux-amd64.tar.gz\n    echo 'export PATH=$PATH:/usr/local/go/bin' \u003e\u003e ~/.bash_profile\n    . ~/.bash_profile\n    go version\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcoxall%2Faoc2021","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcoxall%2Faoc2021","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcoxall%2Faoc2021/lists"}