This website requires JavaScript.
Explore
Help
Sign in
askiiart
/
advent-of-code-2023
Watch
1
Star
0
Fork
You've already forked advent-of-code-2023
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
826a91cc61
advent-of-code-2023
/
day-1
/
part-1
History
askiiart
826a91cc61
Add part 2 (digit1 detection works)
2023-12-06 08:46:47 -06:00
..
part-1.py
Add part 2 (digit1 detection works)
2023-12-06 08:46:47 -06:00
readme.md
Add part 2 (digit1 detection works)
2023-12-06 08:46:47 -06:00
readme.md
Combine the first and last digit on each line to create a single two-digit number.
Get the sum of all of those
Input:
1abc2 pqr3stu8vwx a1b2c3d4e5f treb7uchet
(12, 38, 15, 77)
Output:
142