Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 278 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 278 Bytes

🎄 Advent of Code 2022 - day 1 🎄

Info

Task description: link

Notes

Stumbles on the first day 😓

  1. Forgot that JS default array sorting treats numbers like strings!
  2. Forgot to add the last elf's calories to the list!