https://github.com/glguy/advent2017
Advent of Code 2017 solutions
https://github.com/glguy/advent2017
advent-of-code advent-of-code-2017 haskell
Last synced: 3 months ago
JSON representation
Advent of Code 2017 solutions
- Host: GitHub
- URL: https://github.com/glguy/advent2017
- Owner: glguy
- License: isc
- Created: 2017-12-01T17:28:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-03T00:58:17.000Z (over 4 years ago)
- Last Synced: 2025-03-23T21:01:34.593Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2017, haskell
- Language: Haskell
- Size: 211 KB
- Stars: 27
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# advent2017
[Advent of Code](https://adventofcode.com) 2017 solutionsI post my solutions as I finish them once the leaderboard for the day fills up. After submitting my
answer for the day I will typically go back and add type signatures, comments, and improve the
structure of the code.Please join Freenode's #haskell channel if you're interested in discussing Haskell solutions to the AoC problems.
We'll be talking about them most of December.## Building
This project was built using GHC 8.2.2
For easiest building I recommend running `cabal new-build`
## Final stats
```
You have 2546 points. (13th place)-------Part 1-------- -------Part 2--------
Day Time Rank Score Time Rank Score
25 00:11:46 130 0 00:11:54 120 0
24 00:07:26 11 90 00:08:56 7 94
23 00:03:54 50 51 00:41:45 54 47
22 00:08:45 22 79 00:13:16 13 88
21 00:16:23 4 97 00:16:41 4 97
20 00:07:00 29 72 00:10:55 10 91
19 00:11:07 37 64 00:13:35 43 58
18 00:25:14 333 0 00:38:27 83 18
17 00:06:00 81 20 00:10:50 27 74
16 00:08:22 92 9 00:14:47 29 72
15 00:04:01 39 62 00:04:52 13 88
14 00:04:17 7 94 00:10:30 5 96
13 10:46:01 4654 0 10:48:32 3651 0
12 00:03:31 26 75 00:06:01 34 67
11 00:08:32 104 0 00:09:13 56 45
10 00:18:14 236 0 00:25:55 103 0
9 00:14:02 252 0 00:15:54 210 0
8 00:05:51 46 55 00:06:36 41 60
7 00:08:11 228 0 00:18:26 53 48
6 00:04:26 18 83 00:06:02 17 84
5 00:02:29 33 68 00:06:05 191 0
4 00:00:48 4 97 00:01:10 1 100
3 00:12:31 185 0 00:20:15 71 30
2 00:01:45 48 53 00:03:37 32 69
1 00:02:21 24 77 00:03:29 27 74
```