Commit Graph
13 Commits
Author SHA1 Message Date
peterr c780f42f1d Changed the method for Day 5
Reduce as we're building the array vs. pulling elements out of an array bit by bit.
2018-12-05 22:11:53 -06:00
peterr 904a46cc3c Add Day 5 code
Day 5: Alchemical Reduction
2018-12-05 18:26:08 -06:00
peterr 6bff35b952 Add String utils 2018-12-05 18:25:33 -06:00
peterr de4e101672 Finish Day 4 2018-12-05 09:31:00 -06:00
peterr 6ba10d386f Add Day 4 code (part 1)
Day 4: Repose Record
2018-12-04 23:47:45 -06:00
peterr 538c76c1eb Finish Day 3 2018-12-04 09:11:51 -06:00
peterr 72bafa3d08 Add Day 3 code (not finished)
Day 3: No Matter How You Slice It
2018-12-03 22:58:59 -06:00
peterr 9802ed1f35 Add Day 2 code with data file
Day 2: Inventory Management System
2018-12-03 12:37:50 -06:00
peterr 7da7595db4 Add String and Character extensions to Tools 2018-12-03 12:36:29 -06:00
peterr 9c6493b800 Day 1 completion
Day 1: Chronal Calibration
2018-12-01 22:23:45 -06:00
peterr 4a516b9e77 Make template more generic
Func names were using real names and "getting in the way"
2018-12-01 22:22:40 -06:00
peterr 66d47e2a49 Add AOC template and supporting files 2018-12-01 18:21:59 -06:00
peterr 2f93de662d Initial commit after Swift create
swift package init --type executable
2018-12-01 18:04:42 -06:00