Skip to main content

27 posts tagged with "C#"

View All Tags

· One min read

The first day of the advent of code challenge starts off pretty slowly. You basically just need to sum the numbers up. I've done this by just replacing the end of lines by a space and surrounding it in a LISP sum expression (+ ...).