{"id":22354219,"url":"https://github.com/cidem/aoc2024-janet","last_synced_at":"2026-01-06T15:04:47.463Z","repository":{"id":265908248,"uuid":"896844510","full_name":"cideM/aoc2024-janet","owner":"cideM","description":"Advent of Code 2024 in Janet","archived":false,"fork":false,"pushed_at":"2025-01-12T09:51:47.000Z","size":475,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T13:43:44.941Z","etag":null,"topics":["advent-of-code","advent-of-code-2024","aoc2024","janet"],"latest_commit_sha":null,"homepage":"","language":"Janet","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cideM.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-01T12:53:11.000Z","updated_at":"2025-01-12T09:51:50.000Z","dependencies_parsed_at":"2024-12-02T08:02:08.717Z","dependency_job_id":"3032e5db-eecd-4af9-8aca-8a8047bcc2e2","html_url":"https://github.com/cideM/aoc2024-janet","commit_stats":null,"previous_names":["cidem/aoc2024-janet"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cideM%2Faoc2024-janet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cideM%2Faoc2024-janet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cideM%2Faoc2024-janet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cideM%2Faoc2024-janet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cideM","download_url":"https://codeload.github.com/cideM/aoc2024-janet/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245658958,"owners_count":20651517,"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","aoc2024","janet"],"created_at":"2024-12-04T13:11:57.635Z","updated_at":"2026-01-06T15:04:47.417Z","avatar_url":"https://github.com/cideM.png","language":"Janet","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code 2024 :santa: :christmas_tree:\n\n## Quickstart\n\nIf you just want to run a day against the example or real input, save the input to a `.txt` file and pipe it to the main program.\n\n```shell\n$ janet d1/main.janet \u003c path/to/input.txt\n```\n\nWith a LISP-y language like Janet, the recommended approach is to connect your editor a REPL and interactively run the code. Here's how to start the REPL.\n\n```shell\n$ jpm -l janet -e \"(import spork/netrepl) (netrepl/server)\"\n```\n\n## Progress (25/25)\n\n|     | Janet  | Solution Comment                                                               |\n| --- | ------ | ------------------------------------------------------------------------------ |\n| 1   | :bell: | [Link](https://www.reddit.com/r/adventofcode/comments/1h3vp6n/comment/lzv4qlv) |\n| 2   | :bell: | [Link](https://www.reddit.com/r/adventofcode/comments/1h4ncyr/comment/m041ne0) |\n| 3   | :bell: | [Link](https://www.reddit.com/r/adventofcode/comments/1h5frsp/comment/m06empm) |\n| 4   | :bell: | [Link](https://www.reddit.com/r/adventofcode/comments/1h689qf/comment/m0ctka8) |\n| 5   | :bell: | [Link](https://www.reddit.com/r/adventofcode/comments/1h71eyz/comment/m0p2ml5) |\n| 6   | :bell: | [Link](https://www.reddit.com/r/adventofcode/comments/1h7tovg/comment/m0rpud7) |\n| 7   | :bell: | [Link](https://www.reddit.com/r/adventofcode/comments/1h8l3z5/comment/m0uswaj) |\n| 8   | :bell: | [Link](https://www.reddit.com/r/adventofcode/comments/1h9bdmp/comment/m135mk9) |\n| 9   | :bell: | [Link](https://www.reddit.com/r/adventofcode/comments/1ha27bo/comment/m19d3xc) |\n| 10  | :bell: | [Link](https://www.reddit.com/r/adventofcode/comments/1hau6hl/comment/m1cgexv) |\n| 11  | :bell: | [Link](https://www.reddit.com/r/adventofcode/comments/1hbm0al/comment/m1i5n8s) |\n| 12  | :bell: | [Link](https://www.reddit.com/r/adventofcode/comments/1hcdnk0/comment/m1xbgkd) |\n| 13  | :bell: | [Link](https://www.reddit.com/r/adventofcode/comments/1hd4wda/comment/m1xvl16) |\n| 14  | :bell: | [Link](https://www.reddit.com/r/adventofcode/comments/1hdvhvu/comment/m22rs18) |\n| 15  | :bell: | [Link](https://www.reddit.com/r/adventofcode/comments/1hele8m/comment/m2nky3u) |\n| 16  | :bell: | [Link](https://www.reddit.com/r/adventofcode/comments/1hfboft/comment/m2sx157) |\n| 17  | :bell: | [Link](https://www.reddit.com/r/adventofcode/comments/1hg38ah/comment/m37jllp) |\n| 18  | :bell: | [Link](https://www.reddit.com/r/adventofcode/comments/1hguacy/comment/m2w99rc) |\n| 19  | :bell: | [Link](https://www.reddit.com/r/adventofcode/comments/1hhlb8g/comment/m37j5me) |\n| 20  | :bell: | [Link](https://www.reddit.com/r/adventofcode/comments/1hicdtb/comment/m39k4kv) |\n| 21  | :bell: | [Link](https://www.reddit.com/r/adventofcode/comments/1hj2odw/comment/m40ooam) |\n| 22  | :bell: | [Link](https://www.reddit.com/r/adventofcode/comments/1hjroap/comment/m39t96b) |\n| 23  | :bell: | [Link](https://www.reddit.com/r/adventofcode/comments/1hkgj5b/comment/m3h4cfl) |\n| 24  | :bell: | [Link](https://www.reddit.com/r/adventofcode/comments/1hl698z/comment/m3q6o15) |\n| 25  | :bell: | [Link](https://www.reddit.com/r/adventofcode/comments/1hlu4ht/comment/m40owtt) |\n\n## Make Reddit Code Snippet\n\nFor longer code snippets, use https://topaz.github.io/paste/. If it's short enough, do this:\n\n```\n$ cat code | sed 's/^/    /' | xsel -b\n$ cat code | sed 's/^/    /' | pbcopy\n```\n\nTo copy snippets from code directly, select it and then run:\n\n```\n:'\u003c,'\u003ew !sed 's/^/    /' | pbcopy\n```\n\n## Reddit Comment Template\n\n```text\n[LANGUAGE: Janet]\n\n26 lines with `wc -l`.\n\n- [GitHub Repository](https://github.com/cideM/aoc2024-janet)\n- [Topaz Paste]()\n```\n\n## Disable Copilot\n\nAdd `set exrc` to your Neovim configuration, then `echo 'let g:copilot_enabled=v:false' \u003e .nvimrc`, open the file and `:trust` it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcidem%2Faoc2024-janet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcidem%2Faoc2024-janet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcidem%2Faoc2024-janet/lists"}