~22h to go for the 3rd #AdventOfCode puzzle (Day 3) π
Come join us!
π Hey you Twtxters/Yarners π Letβs get a Advent of Code leaderboard going!
Join with
1093404-315fafb8
and please use your usual Twtxt feed alias/name π
~22h to go for the 3rd #AdventOfCode puzzle (Day 3) π
Come join us!
π Hey you Twtxters/Yarners π Letβs get a Advent of Code leaderboard going!
Join with
1093404-315fafb8
and please use your usual Twtxt feed alias/name π
Welcome @movq@www.uninformativ.de and @taigrr@ndl.taigrr.com π I dunno how you guys are doing these so far, but it took me ~2hrs to get Day 2 done π€£ Maybe I wrote too much code π
@movq@www.uninformativ.de Haha π€£ I guess Iβm aiming for βif this were real, how would I approach itβ π
Admittedly I could have use regex to parse those lines into the structures I needed, but oh well π Sometimes i hate regex π€£
Day 2 used lots of Cut and Split.
Day 2 used lots of Cut and Split.
@xuu@txt.sour.is Yeah or in my case a lot of strings.TrimSpace()
and strings.Split()
because I hand-built a custom parser π€£