{"id":18486856,"url":"https://github.com/jrodal98/advent-of-code-2022","last_synced_at":"2025-05-13T22:14:40.058Z","repository":{"id":64205090,"uuid":"573657198","full_name":"jrodal98/advent-of-code-2022","owner":"jrodal98","description":"Advent of Code is an annual programming challenge event that takes place during the month of December. It consists of a series of small programming puzzles that are released on consecutive days, with each puzzle building on the concepts and techniques learned in the previous puzzles.","archived":false,"fork":false,"pushed_at":"2022-12-25T23:16:48.000Z","size":151,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-16T22:18:55.687Z","etag":null,"topics":["advent-of-code","advent-of-code-2022","advent-of-code-2022-rust","advent-of-code-rust"],"latest_commit_sha":null,"homepage":"https://adventofcode.com/2022/","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/jrodal98.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":"2022-12-03T02:28:46.000Z","updated_at":"2022-12-04T11:18:52.000Z","dependencies_parsed_at":"2023-01-15T04:30:50.158Z","dependency_job_id":null,"html_url":"https://github.com/jrodal98/advent-of-code-2022","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/jrodal98%2Fadvent-of-code-2022","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrodal98%2Fadvent-of-code-2022/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrodal98%2Fadvent-of-code-2022/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrodal98%2Fadvent-of-code-2022/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jrodal98","download_url":"https://codeload.github.com/jrodal98/advent-of-code-2022/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254036843,"owners_count":22003654,"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-2022","advent-of-code-2022-rust","advent-of-code-rust"],"created_at":"2024-11-06T12:49:53.859Z","updated_at":"2025-05-13T22:14:35.049Z","avatar_url":"https://github.com/jrodal98.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Update README ⭐](https://github.com/jrodal98/advent-of-code-2022/actions/workflows/readme-stars.yml/badge.svg)](https://github.com/jrodal98/advent-of-code-2022/actions/workflows/readme-stars.yml)\n\n# Advent of code 2022\n\n## Directory generation script\n\n`generate_dir.sh` is a Bash script for creating a directory for solutions to Advent of Code and initializing a Rust project in it. It creates a src/main.rs file based on `template.rs` and injects the user provided sample solution to part 1 of the challenge into a unit test. It also prompts the user to enter the sample input file. If the user has set the AOC_SESSION environment variable, it will download the problem input, otherwise it will prompt the user to provide the problem input as well. Finally, the script opens the rust file, the sample input file, and the problem input file after they have been created.\n\nTo get your session token:\n\n1. Go to advent of code website\n2. Open developer console\n3. Navigate to \"application tab\"\n4. Copy \"session\" cookie\n\n\u003c!--- advent_readme_stars table ---\u003e\n\n## 2022 Results\n\n|                      Day                       | Part 1 | Part 2 |\n| :--------------------------------------------: | :----: | :----: |\n|  [Day 1](https://adventofcode.com/2022/day/1)  |   ⭐   |   ⭐   |\n|  [Day 2](https://adventofcode.com/2022/day/2)  |   ⭐   |   ⭐   |\n|  [Day 3](https://adventofcode.com/2022/day/3)  |   ⭐   |   ⭐   |\n|  [Day 4](https://adventofcode.com/2022/day/4)  |   ⭐   |   ⭐   |\n|  [Day 5](https://adventofcode.com/2022/day/5)  |   ⭐   |   ⭐   |\n|  [Day 6](https://adventofcode.com/2022/day/6)  |   ⭐   |   ⭐   |\n|  [Day 7](https://adventofcode.com/2022/day/7)  |   ⭐   |   ⭐   |\n|  [Day 8](https://adventofcode.com/2022/day/8)  |   ⭐   |   ⭐   |\n|  [Day 9](https://adventofcode.com/2022/day/9)  |   ⭐   |   ⭐   |\n| [Day 10](https://adventofcode.com/2022/day/10) |   ⭐   |   ⭐   |\n| [Day 11](https://adventofcode.com/2022/day/11) |   ⭐   |   ⭐   |\n| [Day 12](https://adventofcode.com/2022/day/12) |   ⭐   |   ⭐   |\n| [Day 13](https://adventofcode.com/2022/day/13) |   ⭐   |   ⭐   |\n| [Day 14](https://adventofcode.com/2022/day/14) |   ⭐   |   ⭐   |\n| [Day 15](https://adventofcode.com/2022/day/15) |   ⭐   |   ⭐   |\n| [Day 16](https://adventofcode.com/2022/day/16) |   ⭐   |   ⭐   |\n| [Day 17](https://adventofcode.com/2022/day/17) |   ⭐   |   ⭐   |\n| [Day 18](https://adventofcode.com/2022/day/18) |   ⭐   |   ⭐   |\n| [Day 19](https://adventofcode.com/2022/day/19) |   ⭐   |   ⭐   |\n| [Day 20](https://adventofcode.com/2022/day/20) |   ⭐   |   ⭐   |\n| [Day 21](https://adventofcode.com/2022/day/21) |   ⭐   |   ⭐   |\n| [Day 22](https://adventofcode.com/2022/day/22) |   ⭐   |   ⭐   |\n| [Day 23](https://adventofcode.com/2022/day/23) |   ⭐   |   ⭐   |\n| [Day 24](https://adventofcode.com/2022/day/24) |   ⭐   |   ⭐   |\n| [Day 25](https://adventofcode.com/2022/day/25) |   ⭐   |   ⭐   |\n\n\u003c!--- advent_readme_stars table ---\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrodal98%2Fadvent-of-code-2022","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjrodal98%2Fadvent-of-code-2022","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrodal98%2Fadvent-of-code-2022/lists"}