https://github.com/tomijaga/advent_of_code
https://github.com/tomijaga/advent_of_code
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomijaga/advent_of_code
- Owner: tomijaga
- Created: 2023-12-01T08:16:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T14:01:22.000Z (about 2 years ago)
- Last Synced: 2025-02-03T13:44:27.944Z (11 months ago)
- Language: Motoko
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Advent of Code 2023
- Install [mops](https://j4mwm-bqaaa-aaaam-qajbq-cai.ic0.app/#/docs/install)
- Install [mocv](https://github.com/ZenVoich/mocv)
- Run code for a particular day with:
```bash
# make run day=
make run day=1
```