{"id":23525413,"url":"https://github.com/panda4817/advent-of-code-java","last_synced_at":"2025-05-14T08:11:41.999Z","repository":{"id":264234896,"uuid":"892770186","full_name":"Panda4817/advent-of-code-java","owner":"Panda4817","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-25T08:10:27.000Z","size":260,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-17T01:44:27.671Z","etag":null,"topics":["advent-of-code","advent-of-code-2021","advent-of-code-2023","advent-of-code-2024","java17","java21","junit5","maven"],"latest_commit_sha":null,"homepage":"","language":"Java","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/Panda4817.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,"zenodo":null}},"created_at":"2024-11-22T18:39:35.000Z","updated_at":"2024-12-25T08:10:30.000Z","dependencies_parsed_at":"2025-05-14T08:11:30.539Z","dependency_job_id":null,"html_url":"https://github.com/Panda4817/advent-of-code-java","commit_stats":null,"previous_names":["panda4817/advent-of-code-2024","panda4817/advent-of-code-java"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Panda4817%2Fadvent-of-code-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Panda4817%2Fadvent-of-code-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Panda4817%2Fadvent-of-code-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Panda4817%2Fadvent-of-code-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Panda4817","download_url":"https://codeload.github.com/Panda4817/advent-of-code-java/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254101559,"owners_count":22014908,"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-2021","advent-of-code-2023","advent-of-code-2024","java17","java21","junit5","maven"],"created_at":"2024-12-25T19:09:17.634Z","updated_at":"2025-05-14T08:11:36.992Z","avatar_url":"https://github.com/Panda4817.png","language":"Java","readme":"# Advent of Code - Java\n\n## Create solution\n- If this is a new year, add a new package called `year\u003cyear_number` e.g. 'year2024'\n- Add a class for the day you are completing named `Day\u003cday_number\u003e` under package `day\u003cday_number`, which should be under the year package\n- Make sure day class implements `Day` interface\n- Add puzzle input to `input.txt` (this file is in gitignore)\n- Add tests\n- Add a constructor that runs the `processData` method given an input file name\n- Implement `processData`, `part1` and `part2` methods of class\n\n## Build\n- ```mvn clean install```\n\n## Run\n- ```mvn exec:java -Dexec.arguments=\u003cyear_number\u003e,\u003cday_number\u003e```\n- year_number corresponds to the specific year's puzzle you want to run\n- day_number corresponds to the particular day in December that you want to run puzzles for\n- Before running, make sure the right input data is in `input.txt`\n\n## Test\n- ```mvn test``` run all tests\n- ```mvn test -Dtest=\u003ctest_class_name\u003e``` run specific test class\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanda4817%2Fadvent-of-code-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpanda4817%2Fadvent-of-code-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanda4817%2Fadvent-of-code-java/lists"}