https://github.com/yjl9903/aoc2024
My Solutions of Advent of Code 2024
https://github.com/yjl9903/aoc2024
advent-of-code advent-of-code-2024 moonbit
Last synced: 3 months ago
JSON representation
My Solutions of Advent of Code 2024
- Host: GitHub
- URL: https://github.com/yjl9903/aoc2024
- Owner: yjl9903
- License: mit
- Created: 2024-12-01T14:57:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-25T05:34:47.000Z (over 1 year ago)
- Last Synced: 2025-10-14T21:29:05.512Z (8 months ago)
- Topics: advent-of-code, advent-of-code-2024, moonbit
- Language: MoonBit
- Homepage: https://adventofcode.com/2024
- Size: 1.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2024
See [Advent of Code 2024](https://adventofcode.com/2024).

## Usage
Install MoonBit
Install moonbit compiler.
```bash
curl -fsSL https://cli.moonbitlang.cn/install/unix.sh | bash -s minimoonbit
```
Install moonbit VS Code extension `moonbit.moonbit-lang`.
Then:
```bash
moon update
moon install
```
Run day01 / ... solutions:
```bash
moon test --target wasm-gc -p yjl9903/aoc2024/day01 -f main.mbt -i 0
```
## Difficulty Rank
Mystery: 14, 17, 21, 24
Medium Easy: 18, 19, 20
Easy: 5, 6, 7, 10, 11, 12, 13, 15, 16, 22, 23
Very Easy: 1, 2, 3, 4, 8, 9, 25
## Previous Years
- [2024](https://github.com/yjl9903/aoc2024): Solved with MoonBit
- [2023](https://github.com/yjl9903/aoc2023): Solved with C++ mostly
## License
MIT License © 2024 [XLor](https://github.com/yjl9903)