You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# Advent of Code [](https://github.com/maneatingape/advent-of-code/actions)
1
+
# Advent of Code [](https://github.com/maneatingape/advent-of-code/actions)
2
2
3
3
Complete 2022 to 2015 entries for the annual [Advent of Code](https://adventofcode.com/) challenge, written in concise idiomatic functional Scala.
4
4
5
-
The coding style philosophy is [Readability](https://www.lihaoyi.com/post/StrategicScalaStylePrincipleofLeastPower.html) > [Simplicity](https://en.wikipedia.org/wiki/KISS_principle) > [Performance](https://www.laws-of-software.com/laws/knuth/).
5
+
## Features
6
6
7
7
As far as possible, each day's solution embraces the following approaches:
8
8
* Self-contained within a single file, depending only on the standard Scala library.
0 commit comments