Advent of Code has begun! I'll be completing this year's coding challenges using Apex.
--- Day 1: Trebuchet?! ---
Let's dive into Day 1's challenge part 1. Setting up a reusable LWC Puzzle Input File Reader. And with Apex, I'll tackle the first part of the puzzle.
https://adventofcode.com/2023/day/1
Day 01 - Part 2 complete!
Thanks for sharing, its helpful. I think we can use String.reverse() to use the firstMatch(). This way we may not need lastMatch(). Is my understanding correct ? I have not tried myself but will check on weekend.
ReplyDelete