{"id":23863194,"url":"https://github.com/codingnagger/advent-of-code-2020","last_synced_at":"2025-09-08T12:31:02.877Z","repository":{"id":55840755,"uuid":"317434292","full_name":"CodingNagger/advent-of-code-2020","owner":"CodingNagger","description":"Advent of code 2020 using Golang","archived":false,"fork":false,"pushed_at":"2021-06-02T13:37:49.000Z","size":131,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-12-09T12:27:27.301Z","etag":null,"topics":["advent-of-code","advent-of-code-2020","adventofcode"],"latest_commit_sha":null,"homepage":"","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/CodingNagger.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}},"created_at":"2020-12-01T05:27:32.000Z","updated_at":"2023-12-09T12:27:27.302Z","dependencies_parsed_at":"2022-08-15T07:40:53.053Z","dependency_job_id":null,"html_url":"https://github.com/CodingNagger/advent-of-code-2020","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodingNagger%2Fadvent-of-code-2020","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodingNagger%2Fadvent-of-code-2020/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodingNagger%2Fadvent-of-code-2020/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodingNagger%2Fadvent-of-code-2020/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodingNagger","download_url":"https://codeload.github.com/CodingNagger/advent-of-code-2020/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232308477,"owners_count":18503112,"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":["advent-of-code","advent-of-code-2020","adventofcode"],"created_at":"2025-01-03T07:50:14.141Z","updated_at":"2025-01-03T07:50:14.788Z","avatar_url":"https://github.com/CodingNagger.png","language":"Go","readme":"# advent-of-code-2020\r\n\r\nGoing through the Advent of code 2020 using Golang. Should be a fun ride. Also I have a blog if you want you can [check it out here](https://www.codingnagger.com/) or ping me on [Minds @CodingNagger](https://minds.com/CodingNagger).\r\n\r\n## How to run it\r\n\r\n```\r\ngo run ./cmd/app\r\n```\r\n\r\n## Running tests\r\n\r\n```\r\ngo test ./...\r\n```\r\n\r\nLooks like some unimportant tests for days 24 and 19 broke with my final solutions. Don't run the command. I won't fix them, they probably should be deleted \r\nbut since I'm not sure I'll leave them there forever.\r\n\r\n## Some posts I wrote about this year's Advent of Code\r\n\r\n- [Some interfaces you can write in Go or C# to save time](https://www.codingnagger.com/2020/12/03/advent-of-code-interfaces-to-improve-your-life/)\r\n- [My second 2020 Advent of Code refactoring](https://www.codingnagger.com/2020/12/16/my-second-2020-advent-of-code-refactoring/)\r\n\r\n## Cruise log\r\n\r\nI started writing a cruise log on day 1 to talk about progress and challenges faced during this Advent of Code 2020. You can find them below.\r\n\r\n- [The Advent of Code 2020 Day 1 log, crashed and burned](https://www.codingnagger.com/2020/12/01/the-advent-of-code-2020-day-1-log-crashed-and-burned/)\r\n- [The Advent of Code 2020 Day 2 log, password pains](https://www.codingnagger.com/2020/12/02/the-advent-of-code-2020-day-2-log-password-pains/)\r\n- [The Advent of Code 2020 Day 3 log, off by one](https://www.codingnagger.com/2020/12/03/the-advent-of-code-2020-day-3-log-off-by-one/)\r\n- [The Advent of Code 2020 Day 4 log, passport bamboozling](https://www.codingnagger.com/2020/12/04/the-advent-of-code-2020-day-4-log-passport-bamboozling/)\r\n- [The Advent of Code 2020 Day 5 log, pass-free boarding](https://www.codingnagger.com/2020/12/05/the-advent-of-code-2020-day-5-log-pass-free-boarding/)\r\n- [The Advent of Code 2020 Day 6 log, counting stars](https://www.codingnagger.com/2020/12/06/the-advent-of-code-2020-day-6-log-counting-stars/)\r\n- [The Advent of Code 2020 Day 7 log, loops in loops](https://www.codingnagger.com/2020/12/07/the-advent-of-code-2020-day-7-log-loops-in-loops/)\r\n- [The Advent of Code 2020 Day 8 log, Assembly-bootleg](https://www.codingnagger.com/2020/12/08/the-advent-of-code-2020-day-8-log-assembly-bootleg/)\r\n- [The Advent of Code 2020 Day 9 log, Weakness exploit](https://www.codingnagger.com/2020/12/09/the-advent-of-code-2020-day-9-log-weakness-exploit/)\r\n- [The Advent of Code 2020 Day 10 log, Fear insanity](https://www.codingnagger.com/2020/12/10/the-advent-of-code-2020-day-10-log-fear-insanity/)\r\n- [The Advent of Code 2020 Day 11 log, Headache pain](https://www.codingnagger.com/2020/12/11/the-advent-of-code-2020-day-11-log-headache-pain/)\r\n- [The Advent of Code 2020 Day 12 log, Deepwater Danger](https://www.codingnagger.com/2020/12/12/the-advent-of-code-2020-day-12-log-deepwater-danger/)\r\n- [The Advent of Code 2020 Day 13 log, Thirty-three hours](https://www.codingnagger.com/2020/12/13/the-advent-of-code-2020-day-13-log-thirty-three-hours/)\r\n- [The Advent of Code 2020 Day 14 log, RAM stain](https://www.codingnagger.com/2020/12/14/the-advent-of-code-2020-day-14-log-ram-stain/)\r\n- [The Advent of Code 2020 Day 15 log, Counts and turns](https://www.codingnagger.com/2020/12/15/the-advent-of-code-2020-day-15-log-counts-and-turns/)\r\n- [The Advent of Code 2020 Day 16 log, Alive in the zone](https://www.codingnagger.com/2020/12/16/the-advent-of-code-2020-day-16-log-alive-in-the-zone/)\r\n- [The Advent of Code 2020 Day 17 log, Unlimited power](https://www.codingnagger.com/2020/12/17/the-advent-of-code-2020-day-17-log-unlimited-power/)\r\n- [The Advent of Code 2020 Day 18 log, Math Madness](https://www.codingnagger.com/2020/12/18/the-advent-of-code-2020-day-18-log-math-madness/)\r\n- [The Advent of Code 2020 Day 19 log, Regex from hell](https://www.codingnagger.com/2020/12/19/the-advent-of-code-2020-day-19-log-regex-from-hell/)\r\n- [The Advent of Code 2020 Day 20 log, Here be dragons](https://www.codingnagger.com/2020/12/22/the-advent-of-code-2020-day-20-log-here-be-dragons/)\r\n- [The Advent of Code 2020 Day 21 log, Nice and easy](https://www.codingnagger.com/2020/12/21/the-advent-of-code-2020-day-21-log-nice-and-easy/)\r\n- [The Advent of Code 2020 Day 22 log, Animal trickery](https://www.codingnagger.com/2020/12/22/the-advent-of-code-2020-day-22-log-animal-trickery/)\r\n- [The Advent of Code 2020 Day 23 log, Crab’s revenge](https://www.codingnagger.com/2020/12/23/the-advent-of-code-2020-day-23-log-crabs-revenge/)\r\n- [The Advent of Code 2020 Day 24 log, Black faces](https://www.codingnagger.com/2020/12/24/the-advent-of-code-2020-day-24-log-black-faces/)\r\n- [The Advent of Code 2020 Day 25 log, Happy ending](https://www.codingnagger.com/2020/12/25/the-advent-of-code-2020-day-25-log-happy-ending/)\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingnagger%2Fadvent-of-code-2020","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodingnagger%2Fadvent-of-code-2020","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingnagger%2Fadvent-of-code-2020/lists"}