Skip to content

yjl9903/aoc2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2024

See Advent of Code 2024.

leaderboard

Usage

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 

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: Solved with MoonBit
  • 2023: Solved with C++ mostly

License

MIT License © 2024 XLor