Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)