See Advent of Code 2024.
Install MoonBit
Install moonbit compiler.
curl -fsSL https://cli.moonbitlang.cn/install/unix.sh | bash -s minimoonbit
Install moonbit VS Code extension moonbit.moonbit-lang
.
Then:
moon update
moon install
Run day01 / ... solutions:
moon test --target wasm-gc -p yjl9903/aoc2024/day01 -f main.mbt -i 0
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
MIT License © 2024 XLor