{"id":18073792,"url":"https://github.com/slmt/advent-of-code","last_synced_at":"2025-04-05T18:33:10.559Z","repository":{"id":85640259,"uuid":"317742135","full_name":"SLMT/advent-of-code","owner":"SLMT","description":"My solution to Advent of Code challenges written in Rust.","archived":false,"fork":false,"pushed_at":"2021-02-20T10:56:55.000Z","size":52,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-11T15:57:27.973Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/SLMT.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":"2020-12-02T03:48:09.000Z","updated_at":"2021-02-20T10:56:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"98a19b8e-5de4-4f91-8209-071400aea8ca","html_url":"https://github.com/SLMT/advent-of-code","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/SLMT%2Fadvent-of-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SLMT%2Fadvent-of-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SLMT%2Fadvent-of-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SLMT%2Fadvent-of-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SLMT","download_url":"https://codeload.github.com/SLMT/advent-of-code/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247384255,"owners_count":20930432,"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-10-31T10:09:16.474Z","updated_at":"2025-04-05T18:33:10.491Z","avatar_url":"https://github.com/SLMT.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SLMT's Solution to Advent of Code\n\nHere are my solutions written in Rust for [Advent of Code 2020](https://adventofcode.com/2020/).\n\n## How to Run?\n\nI put a few test cases in the code, so you can run the test cases with the following command:\n\n```bash\n$ cargo test\n```\n\nTo run a solution for a particular puzzle, put your input into a file named `input.txt` and use this:\n\n```bash\n$ cargo run --bin [NAME OF BINARY] \u003c input.txt\n```\n\nCheck below for the names of the binaries for all the puzzles:\n\n| Day | Name | Part 1 Solution Binary | Part 2 Solution Binary |\n|:-:|:-:|:-:|:-:|\n| 1 | Report Repair | `day1_part1` ([Code](src/bin/day1_part1.rs)) | `day1_part2` ([Code](src/bin/day1_part2.rs)) |\n| 2 | Password Philosophy | `day2_part1` ([Code](src/bin/day2_part1.rs)) | `day2_part2` ([Code](src/bin/day2_part2.rs)) |\n| 3 | Toboggan Trajectory | `day3_part1` ([Code](src/bin/day3_part1.rs)) | `day3_part2` ([Code](src/bin/day3_part2.rs)) |\n| 4 | Passport Processing | `day4_part1` ([Code](src/bin/day4_part1.rs)) | `day4_part2` ([Code](src/bin/day4_part2.rs)) |\n| 5 | Binary Boarding | `day5_part1` ([Code](src/bin/day5_part1.rs)) | `day5_part2` ([Code](src/bin/day5_part2.rs)) |\n| 6 | Custom Customs | `day6_part1` ([Code](src/bin/day6_part1.rs)) | `day6_part2` ([Code](src/bin/day6_part2.rs)) |\n| 7 | Handy Haversacks | `day7_part1` ([Code](src/bin/day7_part1.rs)) | `day7_part2` ([Code](src/bin/day7_part2.rs)) |\n| 8 | Handheld Halting | `day8_part1` ([Code](src/bin/day8_part1.rs)) | `day8_part2` ([Code](src/bin/day8_part2.rs)) |\n| 9 | Encoding Error | `day9_part1` ([Code](src/bin/day9_part1.rs)) | `day9_part2` ([Code](src/bin/day9_part2.rs)) |\n| 10 | Adapter Array | `day10_part1` ([Code](src/bin/day10_part1.rs)) | `day10_part2` ([Code](src/bin/day10_part2.rs)) |\n| 11 | Seating System | `day11_part1` ([Code](src/bin/day11_part1.rs)) | `day11_part2` ([Code](src/bin/day11_part2.rs)) |\n| 12 | Rain Risk | `day12_part1` ([Code](src/bin/day12_part1.rs)) | `day12_part2` ([Code](src/bin/day12_part2.rs)) |\n| 13 | Shuttle Search | `day13_part1` ([Code](src/bin/day13_part1.rs)) | `day13_part2` ([Code](src/bin/day13_part2.rs)) |\n| 14 | Docking Data | `day14_part1` ([Code](src/bin/day14_part1.rs)) | `day14_part2` ([Code](src/bin/day14_part2.rs)) |\n| 15 | Rambunctious Recitation | `day15_part1` ([Code](src/bin/day15_part1.rs)) | `day15_part2` ([Code](src/bin/day15_part2.rs)) |\n| 16 | Ticket Translation | `day16_part1` ([Code](src/bin/day16_part1.rs)) | `day16_part2` ([Code](src/bin/day16_part2.rs)) |\n| 17 | Conway Cubes | `day17_part1` ([Code](src/bin/day17_part1.rs)) | `day17_part2` ([Code](src/bin/day17_part2.rs)) |\n| 18 | Operation Order | `day18_part1` ([Code](src/bin/day18_part1.rs)) | `day18_part2` ([Code](src/bin/day18_part2.rs)) |\n| 19 | Monster Messages | `day19_part1` ([Code](src/bin/day19_part1.rs)) | `day19_part2` ([Code](src/bin/day19_part2.rs)) |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslmt%2Fadvent-of-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslmt%2Fadvent-of-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslmt%2Fadvent-of-code/lists"}