Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 19 days 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 (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-08T06:02:32.000Z (25 days ago)
- Last Synced: 2024-12-08T07:17:06.193Z (25 days ago)
- Topics: advent-of-code, advent-of-code-2024, moonbit
- Language: MoonBit
- Homepage: https://adventofcode.com/2024
- Size: 89.8 KB
- 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
Medium Hard: ?
Medium: ?
Medium Easy: ?
Easy: 5, 6, 7, 10, 11, 12, 13
Very Easy: 1, 2, 3, 4, 8, 9
## 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)