{"id":22441227,"url":"https://github.com/isur/advent-of-code-2024","last_synced_at":"2025-03-27T10:14:41.773Z","repository":{"id":266554829,"uuid":"898103943","full_name":"Isur/advent-of-code-2024","owner":"Isur","description":"Advent of code 2024 in go","archived":false,"fork":false,"pushed_at":"2024-12-16T20:39:39.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T10:14:37.702Z","etag":null,"topics":["advent-of-code","advent-of-code-2024","go","golang"],"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/Isur.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-03T19:47:53.000Z","updated_at":"2024-12-16T20:39:42.000Z","dependencies_parsed_at":"2024-12-04T21:34:23.030Z","dependency_job_id":"e397c447-2e42-4f12-9230-a3ffe991e50f","html_url":"https://github.com/Isur/advent-of-code-2024","commit_stats":null,"previous_names":["isur/advent-of-code-2024"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Isur%2Fadvent-of-code-2024","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Isur%2Fadvent-of-code-2024/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Isur%2Fadvent-of-code-2024/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Isur%2Fadvent-of-code-2024/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Isur","download_url":"https://codeload.github.com/Isur/advent-of-code-2024/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245823316,"owners_count":20678173,"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-2024","go","golang"],"created_at":"2024-12-06T02:13:28.387Z","updated_at":"2025-03-27T10:14:41.754Z","avatar_url":"https://github.com/Isur.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code\n\nMy solutions to the [Advent of Code](https://adventofcode.com).\n\nI am using go.\n\n# Progress\n\n:white_check_mark:\n:white_check_mark:\n:white_check_mark:\n:white_check_mark:\n:white_check_mark:\n:white_check_mark:\n:white_check_mark:\n:white_check_mark:\n:white_check_mark:\n:white_check_mark:\n:white_check_mark:\n:white_check_mark:\n:white_check_mark:\n:white_check_mark:\n:white_check_mark:\n:black_large_square:\n:black_large_square:\n:black_large_square:\n:black_large_square:\n:black_large_square:\n:black_large_square:\n:black_large_square:\n:black_large_square:\n:black_large_square:\n:black_large_square:\n\n- :black_large_square: - not done\n- :black_square_button: - one star\n- :white_check_mark: - two stars\n\n# Run\n\nFirstly for day you want to run create files `example` and `input`.\n\nExample:\n```bash\n.\n├── cmd\n│   └── main.go\n├── days\n│   ├── Day01\n│   │   ├── example\n│   │   ├── input\n│   │   └── run.go\n│   ├── Day02\n│   │   ├── example\n│   │   ├── input\n│   │   └── run.go\n│   ├── Day03\n│   │   ├── example\n│   │   ├── input\n│   │   └── run.go\n```\n\nThen to run:\n```bash\ngo run ./cmd/main.go [day] [mode]\n```\n\nWhere day is day you want to run and mode is `true` or `false` where `true` will use `input` and `false` will use `example` file.\n\nBy default it will run `example`.\n\nExamples:\n\n```bash\ngo run ./cmd/main.go 01 true\ngo run ./cmd/main.go 02\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisur%2Fadvent-of-code-2024","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisur%2Fadvent-of-code-2024","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisur%2Fadvent-of-code-2024/lists"}