{"id":22887300,"url":"https://github.com/joelseq/advent-of-code-2024","last_synced_at":"2025-07-10T00:09:22.213Z","repository":{"id":266775044,"uuid":"897666857","full_name":"joelseq/advent-of-code-2024","owner":"joelseq","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-08T19:44:21.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-02T00:15:34.318Z","etag":null,"topics":["advent-of-code-2024","aoc-2024-in-rust","rust"],"latest_commit_sha":null,"homepage":"","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/joelseq.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":"2024-12-03T02:55:17.000Z","updated_at":"2024-12-08T19:44:24.000Z","dependencies_parsed_at":"2024-12-06T04:23:46.050Z","dependency_job_id":"1ebe6e9c-bb1b-4415-b3eb-5406a84ef9dc","html_url":"https://github.com/joelseq/advent-of-code-2024","commit_stats":null,"previous_names":["joelseq/advent-of-code-2024"],"tags_count":0,"template":false,"template_full_name":"bravit/advent-of-code-rust-template","purl":"pkg:github/joelseq/advent-of-code-2024","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joelseq%2Fadvent-of-code-2024","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joelseq%2Fadvent-of-code-2024/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joelseq%2Fadvent-of-code-2024/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joelseq%2Fadvent-of-code-2024/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joelseq","download_url":"https://codeload.github.com/joelseq/advent-of-code-2024/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joelseq%2Fadvent-of-code-2024/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264505784,"owners_count":23618972,"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-2024","aoc-2024-in-rust","rust"],"created_at":"2024-12-13T20:32:24.266Z","updated_at":"2025-07-10T00:09:22.187Z","avatar_url":"https://github.com/joelseq.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Template for solving Advent of Code puzzles in Rust with RustRover\n\nRead the [blog post](https://blog.jetbrains.com/rust/2024/11/29/advent-of-code-in-rust-for-the-rest-of-us/) that explains the structure and rationale behind this template.\n\n## Usage\n\n1. Create a new project from the template repository:\n   - Using GitHub’s templating feature: Simply click the Use this template [button](https://github.com/new?template_name=advent-of-code-rust-template\u0026template_owner=bravit) on the repository page, create a new repository, and then open it in [RustRover](https://www.jetbrains.com/rust/) by selecting *File | New | Project From Version Control…*.\n   -  Adding the template to RustRover: You can integrate the template directly into RustRover and use the regular New Project wizard.\n\n2. Whenever you're ready to start solving a new day's puzzle:\n   - Open the `bin` folder, copy and paste the `NN.rs` file into it, and give it the corresponding name (`01.rs`, `02.rs`, etc.).\n   - In the `input` folder, create and fill the input data file (`01.txt`, `02.txt`, etc.).\n   - Fill in the `DAY` constant in the freshly created file.\n   - Run the current day's solution to check if it compiles (you can use the gutter icon next to the `main` function).\n   - Fill in `\u003cTEST-INPUT\u003e`.\n   - Write the expected answer for the test data in the `assert_eq` statement in *Part 1*.\n   - Now you're ready to write your solution in the `part1` function (inside `main`).\n   - Use `Shift+F10` (Win/Linux) or `Ctrl-R` (macOS) to re-run the same program.\n\n3. When you're done with the first part of the puzzle, use folding to hide *Part 1*.\n\n4. Uncomment *Part 2*, fill in the test data assertion, and start solving it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoelseq%2Fadvent-of-code-2024","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoelseq%2Fadvent-of-code-2024","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoelseq%2Fadvent-of-code-2024/lists"}