Commit Graph

8 Commits

Author SHA1 Message Date
c16ef40d73 Correct formatting. 2019-02-18 15:13:48 +01:00
2f0c8ef2d4 Replace format("{}") with .to_string() where possible. 2018-12-22 10:07:14 +01:00
f23624c456 Fix all clippy warnings. 2018-12-17 12:26:31 +01:00
d53100e591 Move sample and input files.
IDEA doesn't like files without extension.
2018-12-06 15:43:28 +01:00
8fef472a58 Clarify bitmagic.
[skip ci]
2018-12-05 22:45:55 +01:00
f3d0297da5 Bithack optimizations, why not.
It saves a branch and a (possibly inlined) function call, but it also
halves the runtime.
2018-12-05 22:37:22 +01:00
28d38470a6 Move sample input to separate files. 2018-12-05 10:43:58 +01:00
3543351c20 Implement day 05.
This was a nice exercise in not allocating memory. Or at least it was,
for part 1.
2018-12-05 10:39:39 +01:00