diff --git a/.DS_Store b/.DS_Store index 2dce54b..e95ba69 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.gitignore b/.gitignore index 5a713ca..2587a0a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ 2021/.gradle 2021/.idea 2021/build +.DS_Store diff --git a/2022/.gitignore b/Go/2022/.gitignore similarity index 100% rename from 2022/.gitignore rename to Go/2022/.gitignore diff --git a/2022/cmd/day01/day01.go b/Go/2022/cmd/day01/day01.go similarity index 100% rename from 2022/cmd/day01/day01.go rename to Go/2022/cmd/day01/day01.go diff --git a/2022/cmd/day01/day01_test.go b/Go/2022/cmd/day01/day01_test.go similarity index 100% rename from 2022/cmd/day01/day01_test.go rename to Go/2022/cmd/day01/day01_test.go diff --git a/2022/cmd/day01/export_test.go b/Go/2022/cmd/day01/export_test.go similarity index 100% rename from 2022/cmd/day01/export_test.go rename to Go/2022/cmd/day01/export_test.go diff --git a/2022/cmd/day01/sampleinput.txt b/Go/2022/cmd/day01/sampleinput.txt similarity index 100% rename from 2022/cmd/day01/sampleinput.txt rename to Go/2022/cmd/day01/sampleinput.txt diff --git a/2022/cmd/day02/day02.go b/Go/2022/cmd/day02/day02.go similarity index 100% rename from 2022/cmd/day02/day02.go rename to Go/2022/cmd/day02/day02.go diff --git a/2022/cmd/day02/day02_test.go b/Go/2022/cmd/day02/day02_test.go similarity index 100% rename from 2022/cmd/day02/day02_test.go rename to Go/2022/cmd/day02/day02_test.go diff --git a/2022/cmd/day02/sampleinput.txt b/Go/2022/cmd/day02/sampleinput.txt similarity index 100% rename from 2022/cmd/day02/sampleinput.txt rename to Go/2022/cmd/day02/sampleinput.txt diff --git a/2022/cmd/day03/day03.go b/Go/2022/cmd/day03/day03.go similarity index 100% rename from 2022/cmd/day03/day03.go rename to Go/2022/cmd/day03/day03.go diff --git a/2022/cmd/day03/day03_test.go b/Go/2022/cmd/day03/day03_test.go similarity index 100% rename from 2022/cmd/day03/day03_test.go rename to Go/2022/cmd/day03/day03_test.go diff --git a/2022/cmd/day03/sampleinput.txt b/Go/2022/cmd/day03/sampleinput.txt similarity index 100% rename from 2022/cmd/day03/sampleinput.txt rename to Go/2022/cmd/day03/sampleinput.txt diff --git a/2022/cmd/day04/day04.go b/Go/2022/cmd/day04/day04.go similarity index 100% rename from 2022/cmd/day04/day04.go rename to Go/2022/cmd/day04/day04.go diff --git a/2022/cmd/day04/day04_test.go b/Go/2022/cmd/day04/day04_test.go similarity index 100% rename from 2022/cmd/day04/day04_test.go rename to Go/2022/cmd/day04/day04_test.go diff --git a/2022/cmd/day04/sampleinput.txt b/Go/2022/cmd/day04/sampleinput.txt similarity index 100% rename from 2022/cmd/day04/sampleinput.txt rename to Go/2022/cmd/day04/sampleinput.txt diff --git a/2022/cmd/day05/day05.go b/Go/2022/cmd/day05/day05.go similarity index 100% rename from 2022/cmd/day05/day05.go rename to Go/2022/cmd/day05/day05.go diff --git a/2022/cmd/day05/day05_test.go b/Go/2022/cmd/day05/day05_test.go similarity index 100% rename from 2022/cmd/day05/day05_test.go rename to Go/2022/cmd/day05/day05_test.go diff --git a/2022/cmd/day05/sampleinput.txt b/Go/2022/cmd/day05/sampleinput.txt similarity index 100% rename from 2022/cmd/day05/sampleinput.txt rename to Go/2022/cmd/day05/sampleinput.txt diff --git a/2022/cmd/day06/day06.go b/Go/2022/cmd/day06/day06.go similarity index 100% rename from 2022/cmd/day06/day06.go rename to Go/2022/cmd/day06/day06.go diff --git a/2022/cmd/day06/day06_test.go b/Go/2022/cmd/day06/day06_test.go similarity index 100% rename from 2022/cmd/day06/day06_test.go rename to Go/2022/cmd/day06/day06_test.go diff --git a/2022/cmd/day06/export_test.go b/Go/2022/cmd/day06/export_test.go similarity index 100% rename from 2022/cmd/day06/export_test.go rename to Go/2022/cmd/day06/export_test.go diff --git a/2022/cmd/day06/sampleinput.txt b/Go/2022/cmd/day06/sampleinput.txt similarity index 100% rename from 2022/cmd/day06/sampleinput.txt rename to Go/2022/cmd/day06/sampleinput.txt diff --git a/2022/cmd/day07/day07.go b/Go/2022/cmd/day07/day07.go similarity index 100% rename from 2022/cmd/day07/day07.go rename to Go/2022/cmd/day07/day07.go diff --git a/2022/cmd/day07/day07_test.go b/Go/2022/cmd/day07/day07_test.go similarity index 100% rename from 2022/cmd/day07/day07_test.go rename to Go/2022/cmd/day07/day07_test.go diff --git a/2022/cmd/day07/export_test.go b/Go/2022/cmd/day07/export_test.go similarity index 100% rename from 2022/cmd/day07/export_test.go rename to Go/2022/cmd/day07/export_test.go diff --git a/2022/cmd/day07/sampleinput.txt b/Go/2022/cmd/day07/sampleinput.txt similarity index 100% rename from 2022/cmd/day07/sampleinput.txt rename to Go/2022/cmd/day07/sampleinput.txt diff --git a/2022/cmd/day08/day08.go b/Go/2022/cmd/day08/day08.go similarity index 100% rename from 2022/cmd/day08/day08.go rename to Go/2022/cmd/day08/day08.go diff --git a/2022/cmd/day08/day08_test.go b/Go/2022/cmd/day08/day08_test.go similarity index 100% rename from 2022/cmd/day08/day08_test.go rename to Go/2022/cmd/day08/day08_test.go diff --git a/2022/cmd/day08/export_test.go b/Go/2022/cmd/day08/export_test.go similarity index 100% rename from 2022/cmd/day08/export_test.go rename to Go/2022/cmd/day08/export_test.go diff --git a/2022/cmd/day08/sampleinput.txt b/Go/2022/cmd/day08/sampleinput.txt similarity index 100% rename from 2022/cmd/day08/sampleinput.txt rename to Go/2022/cmd/day08/sampleinput.txt diff --git a/2022/cmd/day09/day09.go b/Go/2022/cmd/day09/day09.go similarity index 100% rename from 2022/cmd/day09/day09.go rename to Go/2022/cmd/day09/day09.go diff --git a/2022/cmd/day09/day09_test.go b/Go/2022/cmd/day09/day09_test.go similarity index 100% rename from 2022/cmd/day09/day09_test.go rename to Go/2022/cmd/day09/day09_test.go diff --git a/2022/cmd/day09/export_test.go b/Go/2022/cmd/day09/export_test.go similarity index 100% rename from 2022/cmd/day09/export_test.go rename to Go/2022/cmd/day09/export_test.go diff --git a/2022/cmd/day09/sampleinput.txt b/Go/2022/cmd/day09/sampleinput.txt similarity index 100% rename from 2022/cmd/day09/sampleinput.txt rename to Go/2022/cmd/day09/sampleinput.txt diff --git a/2022/cmd/day10/day10.go b/Go/2022/cmd/day10/day10.go similarity index 100% rename from 2022/cmd/day10/day10.go rename to Go/2022/cmd/day10/day10.go diff --git a/2022/cmd/day10/day10_test.go b/Go/2022/cmd/day10/day10_test.go similarity index 100% rename from 2022/cmd/day10/day10_test.go rename to Go/2022/cmd/day10/day10_test.go diff --git a/2022/cmd/day10/export_test.go b/Go/2022/cmd/day10/export_test.go similarity index 100% rename from 2022/cmd/day10/export_test.go rename to Go/2022/cmd/day10/export_test.go diff --git a/2022/cmd/day10/sampleinput.txt b/Go/2022/cmd/day10/sampleinput.txt similarity index 100% rename from 2022/cmd/day10/sampleinput.txt rename to Go/2022/cmd/day10/sampleinput.txt diff --git a/2022/cmd/day11/day11.go b/Go/2022/cmd/day11/day11.go similarity index 100% rename from 2022/cmd/day11/day11.go rename to Go/2022/cmd/day11/day11.go diff --git a/2022/cmd/day11/day11_test.go b/Go/2022/cmd/day11/day11_test.go similarity index 100% rename from 2022/cmd/day11/day11_test.go rename to Go/2022/cmd/day11/day11_test.go diff --git a/2022/cmd/day11/export_test.go b/Go/2022/cmd/day11/export_test.go similarity index 100% rename from 2022/cmd/day11/export_test.go rename to Go/2022/cmd/day11/export_test.go diff --git a/2022/cmd/day11/sampleinput.txt b/Go/2022/cmd/day11/sampleinput.txt similarity index 100% rename from 2022/cmd/day11/sampleinput.txt rename to Go/2022/cmd/day11/sampleinput.txt diff --git a/2022/cmd/day12/day12.go b/Go/2022/cmd/day12/day12.go similarity index 100% rename from 2022/cmd/day12/day12.go rename to Go/2022/cmd/day12/day12.go diff --git a/2022/cmd/day12/day12_test.go b/Go/2022/cmd/day12/day12_test.go similarity index 100% rename from 2022/cmd/day12/day12_test.go rename to Go/2022/cmd/day12/day12_test.go diff --git a/2022/cmd/day12/export_test.go b/Go/2022/cmd/day12/export_test.go similarity index 100% rename from 2022/cmd/day12/export_test.go rename to Go/2022/cmd/day12/export_test.go diff --git a/2022/cmd/day12/sampleinput.txt b/Go/2022/cmd/day12/sampleinput.txt similarity index 100% rename from 2022/cmd/day12/sampleinput.txt rename to Go/2022/cmd/day12/sampleinput.txt diff --git a/2022/cmd/day13/day13.go b/Go/2022/cmd/day13/day13.go similarity index 100% rename from 2022/cmd/day13/day13.go rename to Go/2022/cmd/day13/day13.go diff --git a/2022/cmd/day13/day13_test.go b/Go/2022/cmd/day13/day13_test.go similarity index 100% rename from 2022/cmd/day13/day13_test.go rename to Go/2022/cmd/day13/day13_test.go diff --git a/2022/cmd/day13/export_test.go b/Go/2022/cmd/day13/export_test.go similarity index 100% rename from 2022/cmd/day13/export_test.go rename to Go/2022/cmd/day13/export_test.go diff --git a/2022/cmd/day13/sampleinput.txt b/Go/2022/cmd/day13/sampleinput.txt similarity index 100% rename from 2022/cmd/day13/sampleinput.txt rename to Go/2022/cmd/day13/sampleinput.txt diff --git a/2022/cmd/day14/day14.go b/Go/2022/cmd/day14/day14.go similarity index 100% rename from 2022/cmd/day14/day14.go rename to Go/2022/cmd/day14/day14.go diff --git a/2022/cmd/day14/day14_test.go b/Go/2022/cmd/day14/day14_test.go similarity index 100% rename from 2022/cmd/day14/day14_test.go rename to Go/2022/cmd/day14/day14_test.go diff --git a/2022/cmd/day14/export_test.go b/Go/2022/cmd/day14/export_test.go similarity index 100% rename from 2022/cmd/day14/export_test.go rename to Go/2022/cmd/day14/export_test.go diff --git a/2022/cmd/day14/sampleinput.txt b/Go/2022/cmd/day14/sampleinput.txt similarity index 100% rename from 2022/cmd/day14/sampleinput.txt rename to Go/2022/cmd/day14/sampleinput.txt diff --git a/2022/cmd/day15/day15.go b/Go/2022/cmd/day15/day15.go similarity index 100% rename from 2022/cmd/day15/day15.go rename to Go/2022/cmd/day15/day15.go diff --git a/2022/cmd/day15/day15_test.go b/Go/2022/cmd/day15/day15_test.go similarity index 100% rename from 2022/cmd/day15/day15_test.go rename to Go/2022/cmd/day15/day15_test.go diff --git a/2022/cmd/day15/export_test.go b/Go/2022/cmd/day15/export_test.go similarity index 100% rename from 2022/cmd/day15/export_test.go rename to Go/2022/cmd/day15/export_test.go diff --git a/2022/cmd/day15/sampleinput.txt b/Go/2022/cmd/day15/sampleinput.txt similarity index 100% rename from 2022/cmd/day15/sampleinput.txt rename to Go/2022/cmd/day15/sampleinput.txt diff --git a/2022/cmd/day16/day16.go b/Go/2022/cmd/day16/day16.go similarity index 100% rename from 2022/cmd/day16/day16.go rename to Go/2022/cmd/day16/day16.go diff --git a/2022/cmd/day16/day16_test.go b/Go/2022/cmd/day16/day16_test.go similarity index 100% rename from 2022/cmd/day16/day16_test.go rename to Go/2022/cmd/day16/day16_test.go diff --git a/2022/cmd/day16/export_test.go b/Go/2022/cmd/day16/export_test.go similarity index 100% rename from 2022/cmd/day16/export_test.go rename to Go/2022/cmd/day16/export_test.go diff --git a/2022/cmd/day16/sampleinput.txt b/Go/2022/cmd/day16/sampleinput.txt similarity index 100% rename from 2022/cmd/day16/sampleinput.txt rename to Go/2022/cmd/day16/sampleinput.txt diff --git a/2022/cmd/day17/day17.go b/Go/2022/cmd/day17/day17.go similarity index 100% rename from 2022/cmd/day17/day17.go rename to Go/2022/cmd/day17/day17.go diff --git a/2022/cmd/day17/day17_test.go b/Go/2022/cmd/day17/day17_test.go similarity index 100% rename from 2022/cmd/day17/day17_test.go rename to Go/2022/cmd/day17/day17_test.go diff --git a/2022/cmd/day17/export_test.go b/Go/2022/cmd/day17/export_test.go similarity index 100% rename from 2022/cmd/day17/export_test.go rename to Go/2022/cmd/day17/export_test.go diff --git a/2022/cmd/day17/sampleinput.txt b/Go/2022/cmd/day17/sampleinput.txt similarity index 100% rename from 2022/cmd/day17/sampleinput.txt rename to Go/2022/cmd/day17/sampleinput.txt diff --git a/2022/cmd/day18/day18.go b/Go/2022/cmd/day18/day18.go similarity index 100% rename from 2022/cmd/day18/day18.go rename to Go/2022/cmd/day18/day18.go diff --git a/2022/cmd/day18/day18_test.go b/Go/2022/cmd/day18/day18_test.go similarity index 100% rename from 2022/cmd/day18/day18_test.go rename to Go/2022/cmd/day18/day18_test.go diff --git a/2022/cmd/day18/export_test.go b/Go/2022/cmd/day18/export_test.go similarity index 100% rename from 2022/cmd/day18/export_test.go rename to Go/2022/cmd/day18/export_test.go diff --git a/2022/cmd/day18/sampleinput.txt b/Go/2022/cmd/day18/sampleinput.txt similarity index 100% rename from 2022/cmd/day18/sampleinput.txt rename to Go/2022/cmd/day18/sampleinput.txt diff --git a/2022/cmd/day19/day19.go b/Go/2022/cmd/day19/day19.go similarity index 100% rename from 2022/cmd/day19/day19.go rename to Go/2022/cmd/day19/day19.go diff --git a/2022/cmd/day19/day19_test.go b/Go/2022/cmd/day19/day19_test.go similarity index 100% rename from 2022/cmd/day19/day19_test.go rename to Go/2022/cmd/day19/day19_test.go diff --git a/2022/cmd/day19/export_test.go b/Go/2022/cmd/day19/export_test.go similarity index 100% rename from 2022/cmd/day19/export_test.go rename to Go/2022/cmd/day19/export_test.go diff --git a/2022/cmd/day19/sampleinput.txt b/Go/2022/cmd/day19/sampleinput.txt similarity index 100% rename from 2022/cmd/day19/sampleinput.txt rename to Go/2022/cmd/day19/sampleinput.txt diff --git a/2022/cmd/day20/day20.go b/Go/2022/cmd/day20/day20.go similarity index 100% rename from 2022/cmd/day20/day20.go rename to Go/2022/cmd/day20/day20.go diff --git a/2022/cmd/day20/day20_test.go b/Go/2022/cmd/day20/day20_test.go similarity index 100% rename from 2022/cmd/day20/day20_test.go rename to Go/2022/cmd/day20/day20_test.go diff --git a/2022/cmd/day20/export_test.go b/Go/2022/cmd/day20/export_test.go similarity index 100% rename from 2022/cmd/day20/export_test.go rename to Go/2022/cmd/day20/export_test.go diff --git a/2022/cmd/day20/sampleinput.txt b/Go/2022/cmd/day20/sampleinput.txt similarity index 100% rename from 2022/cmd/day20/sampleinput.txt rename to Go/2022/cmd/day20/sampleinput.txt diff --git a/2022/cmd/day21/day21.go b/Go/2022/cmd/day21/day21.go similarity index 100% rename from 2022/cmd/day21/day21.go rename to Go/2022/cmd/day21/day21.go diff --git a/2022/cmd/day21/day21_test.go b/Go/2022/cmd/day21/day21_test.go similarity index 100% rename from 2022/cmd/day21/day21_test.go rename to Go/2022/cmd/day21/day21_test.go diff --git a/2022/cmd/day21/export_test.go b/Go/2022/cmd/day21/export_test.go similarity index 100% rename from 2022/cmd/day21/export_test.go rename to Go/2022/cmd/day21/export_test.go diff --git a/2022/cmd/day21/sampleinput.txt b/Go/2022/cmd/day21/sampleinput.txt similarity index 100% rename from 2022/cmd/day21/sampleinput.txt rename to Go/2022/cmd/day21/sampleinput.txt diff --git a/2022/go.mod b/Go/2022/go.mod similarity index 100% rename from 2022/go.mod rename to Go/2022/go.mod diff --git a/2022/go.sum b/Go/2022/go.sum similarity index 100% rename from 2022/go.sum rename to Go/2022/go.sum diff --git a/2022/main.go b/Go/2022/main.go similarity index 100% rename from 2022/main.go rename to Go/2022/main.go diff --git a/2022/pkg/distance/manhattan.go b/Go/2022/pkg/distance/manhattan.go similarity index 100% rename from 2022/pkg/distance/manhattan.go rename to Go/2022/pkg/distance/manhattan.go diff --git a/2022/pkg/fileutil/file.go b/Go/2022/pkg/fileutil/file.go similarity index 100% rename from 2022/pkg/fileutil/file.go rename to Go/2022/pkg/fileutil/file.go diff --git a/2022/pkg/gen/interface.go b/Go/2022/pkg/gen/interface.go similarity index 100% rename from 2022/pkg/gen/interface.go rename to Go/2022/pkg/gen/interface.go diff --git a/2022/pkg/numbers/numbers.go b/Go/2022/pkg/numbers/numbers.go similarity index 100% rename from 2022/pkg/numbers/numbers.go rename to Go/2022/pkg/numbers/numbers.go diff --git a/2022/pkg/pairs/pair.go b/Go/2022/pkg/pairs/pair.go similarity index 100% rename from 2022/pkg/pairs/pair.go rename to Go/2022/pkg/pairs/pair.go diff --git a/2022/pkg/queue/queue.go b/Go/2022/pkg/queue/queue.go similarity index 100% rename from 2022/pkg/queue/queue.go rename to Go/2022/pkg/queue/queue.go diff --git a/2022/pkg/sliceutil/slice.go b/Go/2022/pkg/sliceutil/slice.go similarity index 100% rename from 2022/pkg/sliceutil/slice.go rename to Go/2022/pkg/sliceutil/slice.go diff --git a/2022/pkg/sliceutil/slice_test.go b/Go/2022/pkg/sliceutil/slice_test.go similarity index 100% rename from 2022/pkg/sliceutil/slice_test.go rename to Go/2022/pkg/sliceutil/slice_test.go diff --git a/2022/pkg/stringutil/string.go b/Go/2022/pkg/stringutil/string.go similarity index 100% rename from 2022/pkg/stringutil/string.go rename to Go/2022/pkg/stringutil/string.go diff --git a/2021/.gradle/7.1/dependencies-accessors/dependencies-accessors.lock b/Kotlin/2021/.gradle/7.1/dependencies-accessors/dependencies-accessors.lock similarity index 100% rename from 2021/.gradle/7.1/dependencies-accessors/dependencies-accessors.lock rename to Kotlin/2021/.gradle/7.1/dependencies-accessors/dependencies-accessors.lock diff --git a/2021/.gradle/7.1/dependencies-accessors/gc.properties b/Kotlin/2021/.gradle/7.1/dependencies-accessors/gc.properties similarity index 100% rename from 2021/.gradle/7.1/dependencies-accessors/gc.properties rename to Kotlin/2021/.gradle/7.1/dependencies-accessors/gc.properties diff --git a/2021/.gradle/7.1/executionHistory/executionHistory.bin b/Kotlin/2021/.gradle/7.1/executionHistory/executionHistory.bin similarity index 100% rename from 2021/.gradle/7.1/executionHistory/executionHistory.bin rename to Kotlin/2021/.gradle/7.1/executionHistory/executionHistory.bin diff --git a/2021/.gradle/7.1/executionHistory/executionHistory.lock b/Kotlin/2021/.gradle/7.1/executionHistory/executionHistory.lock similarity index 100% rename from 2021/.gradle/7.1/executionHistory/executionHistory.lock rename to Kotlin/2021/.gradle/7.1/executionHistory/executionHistory.lock diff --git a/2021/.gradle/7.1/fileChanges/last-build.bin b/Kotlin/2021/.gradle/7.1/fileChanges/last-build.bin similarity index 100% rename from 2021/.gradle/7.1/fileChanges/last-build.bin rename to Kotlin/2021/.gradle/7.1/fileChanges/last-build.bin diff --git a/2021/.gradle/7.1/fileHashes/fileHashes.bin b/Kotlin/2021/.gradle/7.1/fileHashes/fileHashes.bin similarity index 100% rename from 2021/.gradle/7.1/fileHashes/fileHashes.bin rename to Kotlin/2021/.gradle/7.1/fileHashes/fileHashes.bin diff --git a/2021/.gradle/7.1/fileHashes/fileHashes.lock b/Kotlin/2021/.gradle/7.1/fileHashes/fileHashes.lock similarity index 100% rename from 2021/.gradle/7.1/fileHashes/fileHashes.lock rename to Kotlin/2021/.gradle/7.1/fileHashes/fileHashes.lock diff --git a/2021/.gradle/7.1/gc.properties b/Kotlin/2021/.gradle/7.1/gc.properties similarity index 100% rename from 2021/.gradle/7.1/gc.properties rename to Kotlin/2021/.gradle/7.1/gc.properties diff --git a/2021/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/Kotlin/2021/.gradle/buildOutputCleanup/buildOutputCleanup.lock similarity index 100% rename from 2021/.gradle/buildOutputCleanup/buildOutputCleanup.lock rename to Kotlin/2021/.gradle/buildOutputCleanup/buildOutputCleanup.lock diff --git a/2021/.gradle/buildOutputCleanup/cache.properties b/Kotlin/2021/.gradle/buildOutputCleanup/cache.properties similarity index 100% rename from 2021/.gradle/buildOutputCleanup/cache.properties rename to Kotlin/2021/.gradle/buildOutputCleanup/cache.properties diff --git a/2021/.gradle/buildOutputCleanup/outputFiles.bin b/Kotlin/2021/.gradle/buildOutputCleanup/outputFiles.bin similarity index 100% rename from 2021/.gradle/buildOutputCleanup/outputFiles.bin rename to Kotlin/2021/.gradle/buildOutputCleanup/outputFiles.bin diff --git a/2021/.gradle/checksums/checksums.lock b/Kotlin/2021/.gradle/checksums/checksums.lock similarity index 100% rename from 2021/.gradle/checksums/checksums.lock rename to Kotlin/2021/.gradle/checksums/checksums.lock diff --git a/2021/.gradle/checksums/md5-checksums.bin b/Kotlin/2021/.gradle/checksums/md5-checksums.bin similarity index 100% rename from 2021/.gradle/checksums/md5-checksums.bin rename to Kotlin/2021/.gradle/checksums/md5-checksums.bin diff --git a/2021/.gradle/checksums/sha1-checksums.bin b/Kotlin/2021/.gradle/checksums/sha1-checksums.bin similarity index 100% rename from 2021/.gradle/checksums/sha1-checksums.bin rename to Kotlin/2021/.gradle/checksums/sha1-checksums.bin diff --git a/2021/.gradle/vcs-1/gc.properties b/Kotlin/2021/.gradle/vcs-1/gc.properties similarity index 100% rename from 2021/.gradle/vcs-1/gc.properties rename to Kotlin/2021/.gradle/vcs-1/gc.properties diff --git a/2021/.idea/.gitignore b/Kotlin/2021/.idea/.gitignore similarity index 100% rename from 2021/.idea/.gitignore rename to Kotlin/2021/.idea/.gitignore diff --git a/2021/.idea/codeStyles/Project.xml b/Kotlin/2021/.idea/codeStyles/Project.xml similarity index 100% rename from 2021/.idea/codeStyles/Project.xml rename to Kotlin/2021/.idea/codeStyles/Project.xml diff --git a/2021/.idea/codeStyles/codeStyleConfig.xml b/Kotlin/2021/.idea/codeStyles/codeStyleConfig.xml similarity index 100% rename from 2021/.idea/codeStyles/codeStyleConfig.xml rename to Kotlin/2021/.idea/codeStyles/codeStyleConfig.xml diff --git a/2021/.idea/compiler.xml b/Kotlin/2021/.idea/compiler.xml similarity index 100% rename from 2021/.idea/compiler.xml rename to Kotlin/2021/.idea/compiler.xml diff --git a/2021/.idea/gradle.xml b/Kotlin/2021/.idea/gradle.xml similarity index 100% rename from 2021/.idea/gradle.xml rename to Kotlin/2021/.idea/gradle.xml diff --git a/2021/.idea/jarRepositories.xml b/Kotlin/2021/.idea/jarRepositories.xml similarity index 100% rename from 2021/.idea/jarRepositories.xml rename to Kotlin/2021/.idea/jarRepositories.xml diff --git a/2021/.idea/misc.xml b/Kotlin/2021/.idea/misc.xml similarity index 100% rename from 2021/.idea/misc.xml rename to Kotlin/2021/.idea/misc.xml diff --git a/2021/.idea/vcs.xml b/Kotlin/2021/.idea/vcs.xml similarity index 100% rename from 2021/.idea/vcs.xml rename to Kotlin/2021/.idea/vcs.xml diff --git a/2021/build.gradle.kts b/Kotlin/2021/build.gradle.kts similarity index 100% rename from 2021/build.gradle.kts rename to Kotlin/2021/build.gradle.kts diff --git a/2021/build/classes/kotlin/main/META-INF/2021.kotlin_module b/Kotlin/2021/build/classes/kotlin/main/META-INF/2021.kotlin_module similarity index 100% rename from 2021/build/classes/kotlin/main/META-INF/2021.kotlin_module rename to Kotlin/2021/build/classes/kotlin/main/META-INF/2021.kotlin_module diff --git a/2021/build/classes/kotlin/main/MainKt.class b/Kotlin/2021/build/classes/kotlin/main/MainKt.class similarity index 100% rename from 2021/build/classes/kotlin/main/MainKt.class rename to Kotlin/2021/build/classes/kotlin/main/MainKt.class diff --git a/2021/build/classes/kotlin/main/day01/Day01.class b/Kotlin/2021/build/classes/kotlin/main/day01/Day01.class similarity index 100% rename from 2021/build/classes/kotlin/main/day01/Day01.class rename to Kotlin/2021/build/classes/kotlin/main/day01/Day01.class diff --git a/2021/build/classes/kotlin/main/day02/Day02.class b/Kotlin/2021/build/classes/kotlin/main/day02/Day02.class similarity index 100% rename from 2021/build/classes/kotlin/main/day02/Day02.class rename to Kotlin/2021/build/classes/kotlin/main/day02/Day02.class diff --git a/2021/build/classes/kotlin/main/day03/Day03.class b/Kotlin/2021/build/classes/kotlin/main/day03/Day03.class similarity index 100% rename from 2021/build/classes/kotlin/main/day03/Day03.class rename to Kotlin/2021/build/classes/kotlin/main/day03/Day03.class diff --git a/2021/build/classes/kotlin/main/day04/Day04.class b/Kotlin/2021/build/classes/kotlin/main/day04/Day04.class similarity index 100% rename from 2021/build/classes/kotlin/main/day04/Day04.class rename to Kotlin/2021/build/classes/kotlin/main/day04/Day04.class diff --git a/2021/build/classes/kotlin/main/day05/Day05.class b/Kotlin/2021/build/classes/kotlin/main/day05/Day05.class similarity index 100% rename from 2021/build/classes/kotlin/main/day05/Day05.class rename to Kotlin/2021/build/classes/kotlin/main/day05/Day05.class diff --git a/2021/build/classes/kotlin/main/day05/Pipe.class b/Kotlin/2021/build/classes/kotlin/main/day05/Pipe.class similarity index 100% rename from 2021/build/classes/kotlin/main/day05/Pipe.class rename to Kotlin/2021/build/classes/kotlin/main/day05/Pipe.class diff --git a/2021/build/classes/kotlin/main/day06/Day06.class b/Kotlin/2021/build/classes/kotlin/main/day06/Day06.class similarity index 100% rename from 2021/build/classes/kotlin/main/day06/Day06.class rename to Kotlin/2021/build/classes/kotlin/main/day06/Day06.class diff --git a/2021/build/classes/kotlin/main/day06/LanternFish.class b/Kotlin/2021/build/classes/kotlin/main/day06/LanternFish.class similarity index 100% rename from 2021/build/classes/kotlin/main/day06/LanternFish.class rename to Kotlin/2021/build/classes/kotlin/main/day06/LanternFish.class diff --git a/2021/build/kotlin/202110SNAPSHOTjar-classes.txt b/Kotlin/2021/build/kotlin/202110SNAPSHOTjar-classes.txt similarity index 100% rename from 2021/build/kotlin/202110SNAPSHOTjar-classes.txt rename to Kotlin/2021/build/kotlin/202110SNAPSHOTjar-classes.txt diff --git a/2021/build/kotlin/compileKotlin/build-history.bin b/Kotlin/2021/build/kotlin/compileKotlin/build-history.bin similarity index 100% rename from 2021/build/kotlin/compileKotlin/build-history.bin rename to Kotlin/2021/build/kotlin/compileKotlin/build-history.bin diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab.keystream b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab.keystream similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab.keystream rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab.keystream diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab.keystream.len b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab.keystream.len similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab.keystream.len rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab.keystream.len diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab.len b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab.len similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab.len rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab.len diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab.values.at b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab.values.at similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab.values.at rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab.values.at diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab_i b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab_i similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab_i rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab_i diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab_i.len b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab_i.len similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab_i.len rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab_i.len diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-attributes.tab b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-attributes.tab similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-attributes.tab rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-attributes.tab diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.keystream b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.keystream similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.keystream rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.keystream diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.len b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.len similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.len rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.len diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.values.at b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.values.at similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.values.at rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.values.at diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-attributes.tab_i b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-attributes.tab_i similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-attributes.tab_i rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-attributes.tab_i diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-attributes.tab_i.len b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-attributes.tab_i.len similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-attributes.tab_i.len rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-attributes.tab_i.len diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/package-parts.tab b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/package-parts.tab similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/package-parts.tab rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/package-parts.tab diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/package-parts.tab.keystream b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/package-parts.tab.keystream similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/package-parts.tab.keystream rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/package-parts.tab.keystream diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/package-parts.tab.keystream.len b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/package-parts.tab.keystream.len similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/package-parts.tab.keystream.len rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/package-parts.tab.keystream.len diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/package-parts.tab.len b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/package-parts.tab.len similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/package-parts.tab.len rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/package-parts.tab.len diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/package-parts.tab.values.at b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/package-parts.tab.values.at similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/package-parts.tab.values.at rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/package-parts.tab.values.at diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/package-parts.tab_i b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/package-parts.tab_i similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/package-parts.tab_i rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/package-parts.tab_i diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/package-parts.tab_i.len b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/package-parts.tab_i.len similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/package-parts.tab_i.len rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/package-parts.tab_i.len diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab.keystream b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab.keystream similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab.keystream rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab.keystream diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab.keystream.len b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab.keystream.len similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab.keystream.len rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab.keystream.len diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab.len b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab.len similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab.len rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab.len diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab.values b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab.values similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab.values rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab.values diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab.values.at b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab.values.at similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab.values.at rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab.values.at diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab.values.s b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab.values.s similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab.values.s rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab.values.s diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab_i b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab_i similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab_i rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab_i diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab_i.len b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab_i.len similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab_i.len rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab_i.len diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.len b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.len similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.len rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.len diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab_i b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab_i similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab_i rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab_i diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/lookups/counters.tab b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/counters.tab similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/lookups/counters.tab rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/counters.tab diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/lookups/file-to-id.tab b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/file-to-id.tab similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/lookups/file-to-id.tab rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/file-to-id.tab diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/lookups/file-to-id.tab.keystream b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/file-to-id.tab.keystream similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/lookups/file-to-id.tab.keystream rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/file-to-id.tab.keystream diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/lookups/file-to-id.tab.keystream.len b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/file-to-id.tab.keystream.len similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/lookups/file-to-id.tab.keystream.len rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/file-to-id.tab.keystream.len diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/lookups/file-to-id.tab.len b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/file-to-id.tab.len similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/lookups/file-to-id.tab.len rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/file-to-id.tab.len diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/lookups/file-to-id.tab.values.at b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/file-to-id.tab.values.at similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/lookups/file-to-id.tab.values.at rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/file-to-id.tab.values.at diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/lookups/file-to-id.tab_i b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/file-to-id.tab_i similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/lookups/file-to-id.tab_i rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/file-to-id.tab_i diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/lookups/file-to-id.tab_i.len b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/file-to-id.tab_i.len similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/lookups/file-to-id.tab_i.len rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/file-to-id.tab_i.len diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/lookups/id-to-file.tab b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/id-to-file.tab similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/lookups/id-to-file.tab rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/id-to-file.tab diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/lookups/id-to-file.tab.keystream b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/id-to-file.tab.keystream similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/lookups/id-to-file.tab.keystream rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/id-to-file.tab.keystream diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/lookups/id-to-file.tab.keystream.len b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/id-to-file.tab.keystream.len similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/lookups/id-to-file.tab.keystream.len rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/id-to-file.tab.keystream.len diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/lookups/id-to-file.tab.len b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/id-to-file.tab.len similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/lookups/id-to-file.tab.len rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/id-to-file.tab.len diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/lookups/id-to-file.tab.values.at b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/id-to-file.tab.values.at similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/lookups/id-to-file.tab.values.at rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/id-to-file.tab.values.at diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/lookups/id-to-file.tab_i b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/id-to-file.tab_i similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/lookups/id-to-file.tab_i rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/id-to-file.tab_i diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/lookups/id-to-file.tab_i.len b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/id-to-file.tab_i.len similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/lookups/id-to-file.tab_i.len rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/id-to-file.tab_i.len diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab.keystream b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab.keystream similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab.keystream rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab.keystream diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab.keystream.len b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab.keystream.len similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab.keystream.len rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab.keystream.len diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab.len b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab.len similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab.len rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab.len diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab.values b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab.values similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab.values rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab.values diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab.values.at b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab.values.at similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab.values.at rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab.values.at diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab.values.s b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab.values.s similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab.values.s rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab.values.s diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab_i b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab_i similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab_i rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab_i diff --git a/2021/build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab_i.len b/Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab_i.len similarity index 100% rename from 2021/build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab_i.len rename to Kotlin/2021/build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab_i.len diff --git a/2021/build/kotlin/compileKotlin/last-build.bin b/Kotlin/2021/build/kotlin/compileKotlin/last-build.bin similarity index 100% rename from 2021/build/kotlin/compileKotlin/last-build.bin rename to Kotlin/2021/build/kotlin/compileKotlin/last-build.bin diff --git a/2021/build/libs/2021-1.0-SNAPSHOT.jar b/Kotlin/2021/build/libs/2021-1.0-SNAPSHOT.jar similarity index 100% rename from 2021/build/libs/2021-1.0-SNAPSHOT.jar rename to Kotlin/2021/build/libs/2021-1.0-SNAPSHOT.jar diff --git a/2021/build/resources/main/day01_input.txt b/Kotlin/2021/build/resources/main/day01_input.txt similarity index 100% rename from 2021/build/resources/main/day01_input.txt rename to Kotlin/2021/build/resources/main/day01_input.txt diff --git a/2021/build/resources/main/day02_input.txt b/Kotlin/2021/build/resources/main/day02_input.txt similarity index 100% rename from 2021/build/resources/main/day02_input.txt rename to Kotlin/2021/build/resources/main/day02_input.txt diff --git a/2021/build/resources/main/day03_input.txt b/Kotlin/2021/build/resources/main/day03_input.txt similarity index 100% rename from 2021/build/resources/main/day03_input.txt rename to Kotlin/2021/build/resources/main/day03_input.txt diff --git a/2021/build/resources/main/day04_input.txt b/Kotlin/2021/build/resources/main/day04_input.txt similarity index 100% rename from 2021/build/resources/main/day04_input.txt rename to Kotlin/2021/build/resources/main/day04_input.txt diff --git a/2021/build/resources/main/day05_input.txt b/Kotlin/2021/build/resources/main/day05_input.txt similarity index 100% rename from 2021/build/resources/main/day05_input.txt rename to Kotlin/2021/build/resources/main/day05_input.txt diff --git a/2021/build/resources/main/day06_input.txt b/Kotlin/2021/build/resources/main/day06_input.txt similarity index 100% rename from 2021/build/resources/main/day06_input.txt rename to Kotlin/2021/build/resources/main/day06_input.txt diff --git a/2021/build/tmp/jar/MANIFEST.MF b/Kotlin/2021/build/tmp/jar/MANIFEST.MF similarity index 100% rename from 2021/build/tmp/jar/MANIFEST.MF rename to Kotlin/2021/build/tmp/jar/MANIFEST.MF diff --git a/2021/gradle.properties b/Kotlin/2021/gradle.properties similarity index 100% rename from 2021/gradle.properties rename to Kotlin/2021/gradle.properties diff --git a/2021/gradle/wrapper/gradle-wrapper.jar b/Kotlin/2021/gradle/wrapper/gradle-wrapper.jar similarity index 100% rename from 2021/gradle/wrapper/gradle-wrapper.jar rename to Kotlin/2021/gradle/wrapper/gradle-wrapper.jar diff --git a/2021/gradle/wrapper/gradle-wrapper.properties b/Kotlin/2021/gradle/wrapper/gradle-wrapper.properties similarity index 100% rename from 2021/gradle/wrapper/gradle-wrapper.properties rename to Kotlin/2021/gradle/wrapper/gradle-wrapper.properties diff --git a/2021/gradlew b/Kotlin/2021/gradlew similarity index 100% rename from 2021/gradlew rename to Kotlin/2021/gradlew diff --git a/2021/gradlew.bat b/Kotlin/2021/gradlew.bat similarity index 100% rename from 2021/gradlew.bat rename to Kotlin/2021/gradlew.bat diff --git a/2021/local.properties b/Kotlin/2021/local.properties similarity index 100% rename from 2021/local.properties rename to Kotlin/2021/local.properties diff --git a/2021/settings.gradle.kts b/Kotlin/2021/settings.gradle.kts similarity index 100% rename from 2021/settings.gradle.kts rename to Kotlin/2021/settings.gradle.kts diff --git a/2021/src/main/kotlin/Main.kt b/Kotlin/2021/src/main/kotlin/Main.kt similarity index 100% rename from 2021/src/main/kotlin/Main.kt rename to Kotlin/2021/src/main/kotlin/Main.kt diff --git a/2021/src/main/kotlin/day01/day01.kt b/Kotlin/2021/src/main/kotlin/day01/day01.kt similarity index 100% rename from 2021/src/main/kotlin/day01/day01.kt rename to Kotlin/2021/src/main/kotlin/day01/day01.kt diff --git a/2021/src/main/kotlin/day02/day02.kt b/Kotlin/2021/src/main/kotlin/day02/day02.kt similarity index 100% rename from 2021/src/main/kotlin/day02/day02.kt rename to Kotlin/2021/src/main/kotlin/day02/day02.kt diff --git a/2021/src/main/kotlin/day03/day03.kt b/Kotlin/2021/src/main/kotlin/day03/day03.kt similarity index 100% rename from 2021/src/main/kotlin/day03/day03.kt rename to Kotlin/2021/src/main/kotlin/day03/day03.kt diff --git a/2021/src/main/kotlin/day04/day04.kt b/Kotlin/2021/src/main/kotlin/day04/day04.kt similarity index 100% rename from 2021/src/main/kotlin/day04/day04.kt rename to Kotlin/2021/src/main/kotlin/day04/day04.kt diff --git a/2021/src/main/kotlin/day05/Day05.kt b/Kotlin/2021/src/main/kotlin/day05/Day05.kt similarity index 100% rename from 2021/src/main/kotlin/day05/Day05.kt rename to Kotlin/2021/src/main/kotlin/day05/Day05.kt diff --git a/2021/src/main/kotlin/day06/Day06.kt b/Kotlin/2021/src/main/kotlin/day06/Day06.kt similarity index 100% rename from 2021/src/main/kotlin/day06/Day06.kt rename to Kotlin/2021/src/main/kotlin/day06/Day06.kt diff --git a/2021/src/main/kotlin/day07/Day07.kt b/Kotlin/2021/src/main/kotlin/day07/Day07.kt similarity index 100% rename from 2021/src/main/kotlin/day07/Day07.kt rename to Kotlin/2021/src/main/kotlin/day07/Day07.kt diff --git a/2021/src/main/kotlin/day08/Day08.kt b/Kotlin/2021/src/main/kotlin/day08/Day08.kt similarity index 100% rename from 2021/src/main/kotlin/day08/Day08.kt rename to Kotlin/2021/src/main/kotlin/day08/Day08.kt diff --git a/2021/src/main/kotlin/day09/Day09.kt b/Kotlin/2021/src/main/kotlin/day09/Day09.kt similarity index 100% rename from 2021/src/main/kotlin/day09/Day09.kt rename to Kotlin/2021/src/main/kotlin/day09/Day09.kt diff --git a/2021/src/main/kotlin/day10/Day10.kt b/Kotlin/2021/src/main/kotlin/day10/Day10.kt similarity index 100% rename from 2021/src/main/kotlin/day10/Day10.kt rename to Kotlin/2021/src/main/kotlin/day10/Day10.kt diff --git a/2021/src/main/kotlin/day11/Day11.kt b/Kotlin/2021/src/main/kotlin/day11/Day11.kt similarity index 100% rename from 2021/src/main/kotlin/day11/Day11.kt rename to Kotlin/2021/src/main/kotlin/day11/Day11.kt diff --git a/2021/src/main/resources/day01_input.txt b/Kotlin/2021/src/main/resources/day01_input.txt similarity index 100% rename from 2021/src/main/resources/day01_input.txt rename to Kotlin/2021/src/main/resources/day01_input.txt diff --git a/2021/src/main/resources/day02_input.txt b/Kotlin/2021/src/main/resources/day02_input.txt similarity index 100% rename from 2021/src/main/resources/day02_input.txt rename to Kotlin/2021/src/main/resources/day02_input.txt diff --git a/2021/src/main/resources/day03_input.txt b/Kotlin/2021/src/main/resources/day03_input.txt similarity index 100% rename from 2021/src/main/resources/day03_input.txt rename to Kotlin/2021/src/main/resources/day03_input.txt diff --git a/2021/src/main/resources/day04_input.txt b/Kotlin/2021/src/main/resources/day04_input.txt similarity index 100% rename from 2021/src/main/resources/day04_input.txt rename to Kotlin/2021/src/main/resources/day04_input.txt diff --git a/2021/src/main/resources/day05_input.txt b/Kotlin/2021/src/main/resources/day05_input.txt similarity index 100% rename from 2021/src/main/resources/day05_input.txt rename to Kotlin/2021/src/main/resources/day05_input.txt diff --git a/2021/src/main/resources/day06_input.txt b/Kotlin/2021/src/main/resources/day06_input.txt similarity index 100% rename from 2021/src/main/resources/day06_input.txt rename to Kotlin/2021/src/main/resources/day06_input.txt diff --git a/2021/src/main/resources/day07_input.txt b/Kotlin/2021/src/main/resources/day07_input.txt similarity index 100% rename from 2021/src/main/resources/day07_input.txt rename to Kotlin/2021/src/main/resources/day07_input.txt diff --git a/2021/src/main/resources/day08_input.txt b/Kotlin/2021/src/main/resources/day08_input.txt similarity index 100% rename from 2021/src/main/resources/day08_input.txt rename to Kotlin/2021/src/main/resources/day08_input.txt diff --git a/2021/src/main/resources/day09_input.txt b/Kotlin/2021/src/main/resources/day09_input.txt similarity index 100% rename from 2021/src/main/resources/day09_input.txt rename to Kotlin/2021/src/main/resources/day09_input.txt diff --git a/2021/src/main/resources/day10_input.txt b/Kotlin/2021/src/main/resources/day10_input.txt similarity index 100% rename from 2021/src/main/resources/day10_input.txt rename to Kotlin/2021/src/main/resources/day10_input.txt diff --git a/2021/src/main/resources/day11_input.txt b/Kotlin/2021/src/main/resources/day11_input.txt similarity index 100% rename from 2021/src/main/resources/day11_input.txt rename to Kotlin/2021/src/main/resources/day11_input.txt diff --git a/2020/.vscode/launch.json b/Rust/2020/.vscode/launch.json similarity index 100% rename from 2020/.vscode/launch.json rename to Rust/2020/.vscode/launch.json diff --git a/2020/Cargo.lock b/Rust/2020/Cargo.lock similarity index 100% rename from 2020/Cargo.lock rename to Rust/2020/Cargo.lock diff --git a/2020/Cargo.toml b/Rust/2020/Cargo.toml similarity index 100% rename from 2020/Cargo.toml rename to Rust/2020/Cargo.toml diff --git a/2020/src/bin/2020/day01/day01.rs b/Rust/2020/src/bin/2020/day01/day01.rs similarity index 100% rename from 2020/src/bin/2020/day01/day01.rs rename to Rust/2020/src/bin/2020/day01/day01.rs diff --git a/2020/src/bin/2020/day01/input/input.txt b/Rust/2020/src/bin/2020/day01/input/input.txt similarity index 100% rename from 2020/src/bin/2020/day01/input/input.txt rename to Rust/2020/src/bin/2020/day01/input/input.txt diff --git a/2020/src/bin/2020/day02/day02.rs b/Rust/2020/src/bin/2020/day02/day02.rs similarity index 100% rename from 2020/src/bin/2020/day02/day02.rs rename to Rust/2020/src/bin/2020/day02/day02.rs diff --git a/2020/src/bin/2020/day02/input/input.txt b/Rust/2020/src/bin/2020/day02/input/input.txt similarity index 100% rename from 2020/src/bin/2020/day02/input/input.txt rename to Rust/2020/src/bin/2020/day02/input/input.txt diff --git a/2020/src/bin/2020/day03/day03.rs b/Rust/2020/src/bin/2020/day03/day03.rs similarity index 100% rename from 2020/src/bin/2020/day03/day03.rs rename to Rust/2020/src/bin/2020/day03/day03.rs diff --git a/2020/src/bin/2020/day03/input/input.txt b/Rust/2020/src/bin/2020/day03/input/input.txt similarity index 100% rename from 2020/src/bin/2020/day03/input/input.txt rename to Rust/2020/src/bin/2020/day03/input/input.txt diff --git a/2020/src/bin/2020/day04/day04.rs b/Rust/2020/src/bin/2020/day04/day04.rs similarity index 100% rename from 2020/src/bin/2020/day04/day04.rs rename to Rust/2020/src/bin/2020/day04/day04.rs diff --git a/2020/src/bin/2020/day04/input/input.txt b/Rust/2020/src/bin/2020/day04/input/input.txt similarity index 100% rename from 2020/src/bin/2020/day04/input/input.txt rename to Rust/2020/src/bin/2020/day04/input/input.txt diff --git a/2020/src/bin/2020/day05/day05.rs b/Rust/2020/src/bin/2020/day05/day05.rs similarity index 100% rename from 2020/src/bin/2020/day05/day05.rs rename to Rust/2020/src/bin/2020/day05/day05.rs diff --git a/2020/src/bin/2020/day05/input/input.txt b/Rust/2020/src/bin/2020/day05/input/input.txt similarity index 100% rename from 2020/src/bin/2020/day05/input/input.txt rename to Rust/2020/src/bin/2020/day05/input/input.txt diff --git a/2020/src/bin/2020/day06/day06.rs b/Rust/2020/src/bin/2020/day06/day06.rs similarity index 100% rename from 2020/src/bin/2020/day06/day06.rs rename to Rust/2020/src/bin/2020/day06/day06.rs diff --git a/2020/src/bin/2020/day06/input/input.txt b/Rust/2020/src/bin/2020/day06/input/input.txt similarity index 100% rename from 2020/src/bin/2020/day06/input/input.txt rename to Rust/2020/src/bin/2020/day06/input/input.txt diff --git a/2020/src/bin/2020/day07/day07.rs b/Rust/2020/src/bin/2020/day07/day07.rs similarity index 100% rename from 2020/src/bin/2020/day07/day07.rs rename to Rust/2020/src/bin/2020/day07/day07.rs diff --git a/2020/src/bin/2020/day07/input/input.txt b/Rust/2020/src/bin/2020/day07/input/input.txt similarity index 100% rename from 2020/src/bin/2020/day07/input/input.txt rename to Rust/2020/src/bin/2020/day07/input/input.txt diff --git a/2020/src/bin/2020/day08/day08.rs b/Rust/2020/src/bin/2020/day08/day08.rs similarity index 100% rename from 2020/src/bin/2020/day08/day08.rs rename to Rust/2020/src/bin/2020/day08/day08.rs diff --git a/2020/src/bin/2020/day08/input/input.txt b/Rust/2020/src/bin/2020/day08/input/input.txt similarity index 100% rename from 2020/src/bin/2020/day08/input/input.txt rename to Rust/2020/src/bin/2020/day08/input/input.txt diff --git a/2020/src/lib/file_handler/Cargo.toml b/Rust/2020/src/lib/file_handler/Cargo.toml similarity index 100% rename from 2020/src/lib/file_handler/Cargo.toml rename to Rust/2020/src/lib/file_handler/Cargo.toml diff --git a/2020/src/lib/file_handler/src/lib.rs b/Rust/2020/src/lib/file_handler/src/lib.rs similarity index 100% rename from 2020/src/lib/file_handler/src/lib.rs rename to Rust/2020/src/lib/file_handler/src/lib.rs diff --git a/2020/src/lib/string_util/Cargo.toml b/Rust/2020/src/lib/string_util/Cargo.toml similarity index 100% rename from 2020/src/lib/string_util/Cargo.toml rename to Rust/2020/src/lib/string_util/Cargo.toml diff --git a/2020/src/lib/string_util/src/lib.rs b/Rust/2020/src/lib/string_util/src/lib.rs similarity index 100% rename from 2020/src/lib/string_util/src/lib.rs rename to Rust/2020/src/lib/string_util/src/lib.rs diff --git a/Rust/2020/target/.rustc_info.json b/Rust/2020/target/.rustc_info.json new file mode 100644 index 0000000..ed2065b --- /dev/null +++ b/Rust/2020/target/.rustc_info.json @@ -0,0 +1 @@ +{"rustc_fingerprint":6509491586018814729,"outputs":{"15697416045686424142":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.dylib\nlib___.dylib\nlib___.a\nlib___.dylib\n","stderr":""},"4614504638168534921":{"success":true,"status":"","code":0,"stdout":"rustc 1.65.0 (897e37553 2022-11-02)\nbinary: rustc\ncommit-hash: 897e37553bba8b42751c67658967889d11ecd120\ncommit-date: 2022-11-02\nhost: aarch64-apple-darwin\nrelease: 1.65.0\nLLVM version: 15.0.0\n","stderr":""},"10376369925670944939":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.dylib\nlib___.dylib\nlib___.a\nlib___.dylib\n/Users/hiller/.rustup/toolchains/stable-aarch64-apple-darwin\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_arch=\"aarch64\"\ntarget_endian=\"little\"\ntarget_env=\"\"\ntarget_family=\"unix\"\ntarget_feature=\"aes\"\ntarget_feature=\"crc\"\ntarget_feature=\"dit\"\ntarget_feature=\"dotprod\"\ntarget_feature=\"dpb\"\ntarget_feature=\"dpb2\"\ntarget_feature=\"fcma\"\ntarget_feature=\"fhm\"\ntarget_feature=\"flagm\"\ntarget_feature=\"fp16\"\ntarget_feature=\"frintts\"\ntarget_feature=\"jsconv\"\ntarget_feature=\"lor\"\ntarget_feature=\"lse\"\ntarget_feature=\"neon\"\ntarget_feature=\"paca\"\ntarget_feature=\"pacg\"\ntarget_feature=\"pan\"\ntarget_feature=\"pmuv3\"\ntarget_feature=\"ras\"\ntarget_feature=\"rcpc\"\ntarget_feature=\"rcpc2\"\ntarget_feature=\"rdm\"\ntarget_feature=\"sb\"\ntarget_feature=\"sha2\"\ntarget_feature=\"sha3\"\ntarget_feature=\"ssbs\"\ntarget_feature=\"vh\"\ntarget_has_atomic=\"128\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"macos\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"apple\"\nunix\n","stderr":""}},"successes":{}} \ No newline at end of file diff --git a/Rust/2020/target/CACHEDIR.TAG b/Rust/2020/target/CACHEDIR.TAG new file mode 100644 index 0000000..20d7c31 --- /dev/null +++ b/Rust/2020/target/CACHEDIR.TAG @@ -0,0 +1,3 @@ +Signature: 8a477f597d28d172789f06886806bc55 +# This file is a cache directory tag created by cargo. +# For information about cache directory tags see https://bford.info/cachedir/ diff --git a/Rust/2020/target/debug/.cargo-lock b/Rust/2020/target/debug/.cargo-lock new file mode 100644 index 0000000..e69de29 diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-2b1cd5fbc3d567c0/dep-test-bin-day01 b/Rust/2020/target/debug/.fingerprint/advent_of_code-2b1cd5fbc3d567c0/dep-test-bin-day01 new file mode 100644 index 0000000..11391c8 Binary files /dev/null and b/Rust/2020/target/debug/.fingerprint/advent_of_code-2b1cd5fbc3d567c0/dep-test-bin-day01 differ diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-2b1cd5fbc3d567c0/invoked.timestamp b/Rust/2020/target/debug/.fingerprint/advent_of_code-2b1cd5fbc3d567c0/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-2b1cd5fbc3d567c0/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-2b1cd5fbc3d567c0/test-bin-day01 b/Rust/2020/target/debug/.fingerprint/advent_of_code-2b1cd5fbc3d567c0/test-bin-day01 new file mode 100644 index 0000000..f059e4f --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-2b1cd5fbc3d567c0/test-bin-day01 @@ -0,0 +1 @@ +d028927c52b1d9b5 \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-2b1cd5fbc3d567c0/test-bin-day01.json b/Rust/2020/target/debug/.fingerprint/advent_of_code-2b1cd5fbc3d567c0/test-bin-day01.json new file mode 100644 index 0000000..7ffe5a1 --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-2b1cd5fbc3d567c0/test-bin-day01.json @@ -0,0 +1 @@ +{"rustc":17204927582409307511,"features":"[]","target":6442180972994600250,"profile":11506243869495082934,"path":15973968091864677451,"deps":[[6487673845559773664,"file_handler",false,14865854736327576140],[6487887114355458120,"string_util",false,14009211025669052806],[7628014199320710837,"regex",false,8151345470660812253],[8013147862121382061,"arrayvec",false,2371884618665695605]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/advent_of_code-2b1cd5fbc3d567c0/dep-test-bin-day01"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-3585611c4bce56b0/dep-test-bin-day07 b/Rust/2020/target/debug/.fingerprint/advent_of_code-3585611c4bce56b0/dep-test-bin-day07 new file mode 100644 index 0000000..55b434a Binary files /dev/null and b/Rust/2020/target/debug/.fingerprint/advent_of_code-3585611c4bce56b0/dep-test-bin-day07 differ diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-3585611c4bce56b0/invoked.timestamp b/Rust/2020/target/debug/.fingerprint/advent_of_code-3585611c4bce56b0/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-3585611c4bce56b0/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-3585611c4bce56b0/output-test-bin-day07 b/Rust/2020/target/debug/.fingerprint/advent_of_code-3585611c4bce56b0/output-test-bin-day07 new file mode 100644 index 0000000..3dd3c83 --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-3585611c4bce56b0/output-test-bin-day07 @@ -0,0 +1,3 @@ +{"message":"type `bag` should have an upper camel case name","code":{"code":"non_camel_case_types","explanation":null},"level":"warning","spans":[{"file_name":"src/bin/2020/day07/day07.rs","byte_start":83,"byte_end":86,"line_start":3,"line_end":3,"column_start":8,"column_end":11,"is_primary":true,"text":[{"text":"struct bag {","highlight_start":8,"highlight_end":11}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(non_camel_case_types)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"convert the identifier to upper camel case","code":null,"level":"help","spans":[{"file_name":"src/bin/2020/day07/day07.rs","byte_start":83,"byte_end":86,"line_start":3,"line_end":3,"column_start":8,"column_end":11,"is_primary":true,"text":[{"text":"struct bag {","highlight_start":8,"highlight_end":11}],"label":null,"suggested_replacement":"Bag","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: type `bag` should have an upper camel case name\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/bin/2020/day07/day07.rs:3:8\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m3\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0mstruct bag {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: convert the identifier to upper camel case: `Bag`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(non_camel_case_types)]` on by default\u001b[0m\n\n"} +{"message":"unused variable: `bag_map`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/bin/2020/day07/day07.rs","byte_start":448,"byte_end":455,"line_start":21,"line_end":21,"column_start":19,"column_end":26,"is_primary":true,"text":[{"text":"fn get_rule_count(bag_map: HashMap>) -> i32 {","highlight_start":19,"highlight_end":26}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_variables)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/bin/2020/day07/day07.rs","byte_start":448,"byte_end":455,"line_start":21,"line_end":21,"column_start":19,"column_end":26,"is_primary":true,"text":[{"text":"fn get_rule_count(bag_map: HashMap>) -> i32 {","highlight_start":19,"highlight_end":26}],"label":null,"suggested_replacement":"_bag_map","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `bag_map`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/bin/2020/day07/day07.rs:21:19\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m21\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0mfn get_rule_count(bag_map: HashMap>) -> i32 {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_bag_map`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_variables)]` on by default\u001b[0m\n\n"} +{"message":"2 warnings emitted","code":null,"level":"warning","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: 2 warnings emitted\u001b[0m\n\n"} diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-3585611c4bce56b0/test-bin-day07 b/Rust/2020/target/debug/.fingerprint/advent_of_code-3585611c4bce56b0/test-bin-day07 new file mode 100644 index 0000000..aba093b --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-3585611c4bce56b0/test-bin-day07 @@ -0,0 +1 @@ +84b3115129151440 \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-3585611c4bce56b0/test-bin-day07.json b/Rust/2020/target/debug/.fingerprint/advent_of_code-3585611c4bce56b0/test-bin-day07.json new file mode 100644 index 0000000..b05ebca --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-3585611c4bce56b0/test-bin-day07.json @@ -0,0 +1 @@ +{"rustc":17204927582409307511,"features":"[]","target":12773808544931429490,"profile":11506243869495082934,"path":10268342835490263143,"deps":[[6487673845559773664,"file_handler",false,14865854736327576140],[6487887114355458120,"string_util",false,14009211025669052806],[7628014199320710837,"regex",false,8151345470660812253],[8013147862121382061,"arrayvec",false,2371884618665695605]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/advent_of_code-3585611c4bce56b0/dep-test-bin-day07"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-4f2b3f938cee7949/bin-day05 b/Rust/2020/target/debug/.fingerprint/advent_of_code-4f2b3f938cee7949/bin-day05 new file mode 100644 index 0000000..c3fa6ad --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-4f2b3f938cee7949/bin-day05 @@ -0,0 +1 @@ +f2ca58077bf34355 \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-4f2b3f938cee7949/bin-day05.json b/Rust/2020/target/debug/.fingerprint/advent_of_code-4f2b3f938cee7949/bin-day05.json new file mode 100644 index 0000000..9cc9b67 --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-4f2b3f938cee7949/bin-day05.json @@ -0,0 +1 @@ +{"rustc":17204927582409307511,"features":"[]","target":8255736895106933027,"profile":17483045194147818835,"path":16325406545421427521,"deps":[[6487673845559773664,"file_handler",false,14865854736327576140],[6487887114355458120,"string_util",false,14009211025669052806],[7628014199320710837,"regex",false,8151345470660812253],[8013147862121382061,"arrayvec",false,2371884618665695605]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/advent_of_code-4f2b3f938cee7949/dep-bin-day05"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-4f2b3f938cee7949/dep-bin-day05 b/Rust/2020/target/debug/.fingerprint/advent_of_code-4f2b3f938cee7949/dep-bin-day05 new file mode 100644 index 0000000..914f93f Binary files /dev/null and b/Rust/2020/target/debug/.fingerprint/advent_of_code-4f2b3f938cee7949/dep-bin-day05 differ diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-4f2b3f938cee7949/invoked.timestamp b/Rust/2020/target/debug/.fingerprint/advent_of_code-4f2b3f938cee7949/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-4f2b3f938cee7949/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-570305fc2317edaa/bin-day04 b/Rust/2020/target/debug/.fingerprint/advent_of_code-570305fc2317edaa/bin-day04 new file mode 100644 index 0000000..b21a5e3 --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-570305fc2317edaa/bin-day04 @@ -0,0 +1 @@ +4b0c807f2ebc2ac8 \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-570305fc2317edaa/bin-day04.json b/Rust/2020/target/debug/.fingerprint/advent_of_code-570305fc2317edaa/bin-day04.json new file mode 100644 index 0000000..e04be91 --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-570305fc2317edaa/bin-day04.json @@ -0,0 +1 @@ +{"rustc":17204927582409307511,"features":"[]","target":16030310858279009723,"profile":17483045194147818835,"path":10920415591061162027,"deps":[[6487673845559773664,"file_handler",false,14865854736327576140],[6487887114355458120,"string_util",false,14009211025669052806],[7628014199320710837,"regex",false,8151345470660812253],[8013147862121382061,"arrayvec",false,2371884618665695605]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/advent_of_code-570305fc2317edaa/dep-bin-day04"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-570305fc2317edaa/dep-bin-day04 b/Rust/2020/target/debug/.fingerprint/advent_of_code-570305fc2317edaa/dep-bin-day04 new file mode 100644 index 0000000..c75b928 Binary files /dev/null and b/Rust/2020/target/debug/.fingerprint/advent_of_code-570305fc2317edaa/dep-bin-day04 differ diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-570305fc2317edaa/invoked.timestamp b/Rust/2020/target/debug/.fingerprint/advent_of_code-570305fc2317edaa/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-570305fc2317edaa/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-570305fc2317edaa/output-bin-day04 b/Rust/2020/target/debug/.fingerprint/advent_of_code-570305fc2317edaa/output-bin-day04 new file mode 100644 index 0000000..838ac7d --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-570305fc2317edaa/output-bin-day04 @@ -0,0 +1,2 @@ +{"message":"value assigned to `height_value` is never read","code":{"code":"unused_assignments","explanation":null},"level":"warning","spans":[{"file_name":"src/bin/2020/day04/day04.rs","byte_start":990,"byte_end":1002,"line_start":48,"line_end":48,"column_start":13,"column_end":25,"is_primary":true,"text":[{"text":" let mut height_value = 0;","highlight_start":13,"highlight_end":25}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_assignments)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"maybe it is overwritten before being read?","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: value assigned to `height_value` is never read\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/bin/2020/day04/day04.rs:48:13\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m48\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let mut height_value = 0;\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_assignments)]` on by default\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mhelp\u001b[0m\u001b[0m: maybe it is overwritten before being read?\u001b[0m\n\n"} +{"message":"1 warning emitted","code":null,"level":"warning","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: 1 warning emitted\u001b[0m\n\n"} diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-6dbbc1718e8b0a46/bin-day08 b/Rust/2020/target/debug/.fingerprint/advent_of_code-6dbbc1718e8b0a46/bin-day08 new file mode 100644 index 0000000..e69de29 diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-6dbbc1718e8b0a46/bin-day08.json b/Rust/2020/target/debug/.fingerprint/advent_of_code-6dbbc1718e8b0a46/bin-day08.json new file mode 100644 index 0000000..fb53862 --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-6dbbc1718e8b0a46/bin-day08.json @@ -0,0 +1 @@ +{"rustc":17204927582409307511,"features":"[]","target":5302595394822519737,"profile":17483045194147818835,"path":16531767885454711989,"deps":[[6487673845559773664,"file_handler",false,14865854736327576140],[6487887114355458120,"string_util",false,14009211025669052806],[7628014199320710837,"regex",false,8151345470660812253],[8013147862121382061,"arrayvec",false,2371884618665695605]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/advent_of_code-6dbbc1718e8b0a46/dep-bin-day08"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-6dbbc1718e8b0a46/invoked.timestamp b/Rust/2020/target/debug/.fingerprint/advent_of_code-6dbbc1718e8b0a46/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-6dbbc1718e8b0a46/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-6dbbc1718e8b0a46/output-bin-day08 b/Rust/2020/target/debug/.fingerprint/advent_of_code-6dbbc1718e8b0a46/output-bin-day08 new file mode 100644 index 0000000..a3f0cb4 --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-6dbbc1718e8b0a46/output-bin-day08 @@ -0,0 +1,3 @@ +{"message":"mismatched types","code":{"code":"E0308","explanation":"Expected type did not match the received type.\n\nErroneous code examples:\n\n```compile_fail,E0308\nfn plus_one(x: i32) -> i32 {\n x + 1\n}\n\nplus_one(\"Not a number\");\n// ^^^^^^^^^^^^^^ expected `i32`, found `&str`\n\nif \"Not a bool\" {\n// ^^^^^^^^^^^^ expected `bool`, found `&str`\n}\n\nlet x: f32 = \"Not a float\";\n// --- ^^^^^^^^^^^^^ expected `f32`, found `&str`\n// |\n// expected due to this\n```\n\nThis error occurs when an expression was used in a place where the compiler\nexpected an expression of a different type. It can occur in several cases, the\nmost common being when calling a function and passing an argument which has a\ndifferent type than the matching type in the function declaration.\n"},"level":"error","spans":[{"file_name":"src/bin/2020/day08/day08.rs","byte_start":68,"byte_end":81,"line_start":3,"line_end":3,"column_start":44,"column_end":57,"is_primary":true,"text":[{"text":"fn get_instruction(instruction: String) -> (String, i32) {}","highlight_start":44,"highlight_end":57}],"label":"expected tuple, found `()`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/bin/2020/day08/day08.rs","byte_start":28,"byte_end":43,"line_start":3,"line_end":3,"column_start":4,"column_end":19,"is_primary":false,"text":[{"text":"fn get_instruction(instruction: String) -> (String, i32) {}","highlight_start":4,"highlight_end":19}],"label":"implicitly returns `()` as its body has no tail or `return` expression","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":" expected tuple `(String, i32)`\nfound unit type `()`","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[38;5;9merror[E0308]\u001b[0m\u001b[0m\u001b[1m: mismatched types\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/bin/2020/day08/day08.rs:3:44\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m3\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0mfn get_instruction(instruction: String) -> (String, i32) {}\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m---------------\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;9m^^^^^^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;9mexpected tuple, found `()`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12mimplicitly returns `()` as its body has no tail or `return` expression\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: expected tuple `\u001b[0m\u001b[0m\u001b[1m(String, i32)\u001b[0m\u001b[0m`\u001b[0m\n\u001b[0m found unit type `\u001b[0m\u001b[0m\u001b[1m()\u001b[0m\u001b[0m`\u001b[0m\n\n"} +{"message":"aborting due to previous error","code":null,"level":"error","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[38;5;9merror\u001b[0m\u001b[0m\u001b[1m: aborting due to previous error\u001b[0m\n\n"} +{"message":"For more information about this error, try `rustc --explain E0308`.","code":null,"level":"failure-note","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1mFor more information about this error, try `rustc --explain E0308`.\u001b[0m\n"} diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-75f142f40b14ba72/bin-day06 b/Rust/2020/target/debug/.fingerprint/advent_of_code-75f142f40b14ba72/bin-day06 new file mode 100644 index 0000000..4b8d013 --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-75f142f40b14ba72/bin-day06 @@ -0,0 +1 @@ +0faa3b043b5a6d47 \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-75f142f40b14ba72/bin-day06.json b/Rust/2020/target/debug/.fingerprint/advent_of_code-75f142f40b14ba72/bin-day06.json new file mode 100644 index 0000000..ea5efb9 --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-75f142f40b14ba72/bin-day06.json @@ -0,0 +1 @@ +{"rustc":17204927582409307511,"features":"[]","target":3107359708465159984,"profile":17483045194147818835,"path":7384221309203927648,"deps":[[6487673845559773664,"file_handler",false,14865854736327576140],[6487887114355458120,"string_util",false,14009211025669052806],[7628014199320710837,"regex",false,8151345470660812253],[8013147862121382061,"arrayvec",false,2371884618665695605]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/advent_of_code-75f142f40b14ba72/dep-bin-day06"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-75f142f40b14ba72/dep-bin-day06 b/Rust/2020/target/debug/.fingerprint/advent_of_code-75f142f40b14ba72/dep-bin-day06 new file mode 100644 index 0000000..da87ca6 Binary files /dev/null and b/Rust/2020/target/debug/.fingerprint/advent_of_code-75f142f40b14ba72/dep-bin-day06 differ diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-75f142f40b14ba72/invoked.timestamp b/Rust/2020/target/debug/.fingerprint/advent_of_code-75f142f40b14ba72/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-75f142f40b14ba72/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-82a309098b1a8fbc/invoked.timestamp b/Rust/2020/target/debug/.fingerprint/advent_of_code-82a309098b1a8fbc/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-82a309098b1a8fbc/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-82a309098b1a8fbc/output-test-bin-day08 b/Rust/2020/target/debug/.fingerprint/advent_of_code-82a309098b1a8fbc/output-test-bin-day08 new file mode 100644 index 0000000..a3f0cb4 --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-82a309098b1a8fbc/output-test-bin-day08 @@ -0,0 +1,3 @@ +{"message":"mismatched types","code":{"code":"E0308","explanation":"Expected type did not match the received type.\n\nErroneous code examples:\n\n```compile_fail,E0308\nfn plus_one(x: i32) -> i32 {\n x + 1\n}\n\nplus_one(\"Not a number\");\n// ^^^^^^^^^^^^^^ expected `i32`, found `&str`\n\nif \"Not a bool\" {\n// ^^^^^^^^^^^^ expected `bool`, found `&str`\n}\n\nlet x: f32 = \"Not a float\";\n// --- ^^^^^^^^^^^^^ expected `f32`, found `&str`\n// |\n// expected due to this\n```\n\nThis error occurs when an expression was used in a place where the compiler\nexpected an expression of a different type. It can occur in several cases, the\nmost common being when calling a function and passing an argument which has a\ndifferent type than the matching type in the function declaration.\n"},"level":"error","spans":[{"file_name":"src/bin/2020/day08/day08.rs","byte_start":68,"byte_end":81,"line_start":3,"line_end":3,"column_start":44,"column_end":57,"is_primary":true,"text":[{"text":"fn get_instruction(instruction: String) -> (String, i32) {}","highlight_start":44,"highlight_end":57}],"label":"expected tuple, found `()`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/bin/2020/day08/day08.rs","byte_start":28,"byte_end":43,"line_start":3,"line_end":3,"column_start":4,"column_end":19,"is_primary":false,"text":[{"text":"fn get_instruction(instruction: String) -> (String, i32) {}","highlight_start":4,"highlight_end":19}],"label":"implicitly returns `()` as its body has no tail or `return` expression","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":" expected tuple `(String, i32)`\nfound unit type `()`","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[38;5;9merror[E0308]\u001b[0m\u001b[0m\u001b[1m: mismatched types\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/bin/2020/day08/day08.rs:3:44\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m3\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0mfn get_instruction(instruction: String) -> (String, i32) {}\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m---------------\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;9m^^^^^^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;9mexpected tuple, found `()`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12mimplicitly returns `()` as its body has no tail or `return` expression\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: expected tuple `\u001b[0m\u001b[0m\u001b[1m(String, i32)\u001b[0m\u001b[0m`\u001b[0m\n\u001b[0m found unit type `\u001b[0m\u001b[0m\u001b[1m()\u001b[0m\u001b[0m`\u001b[0m\n\n"} +{"message":"aborting due to previous error","code":null,"level":"error","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[38;5;9merror\u001b[0m\u001b[0m\u001b[1m: aborting due to previous error\u001b[0m\n\n"} +{"message":"For more information about this error, try `rustc --explain E0308`.","code":null,"level":"failure-note","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1mFor more information about this error, try `rustc --explain E0308`.\u001b[0m\n"} diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-82a309098b1a8fbc/test-bin-day08 b/Rust/2020/target/debug/.fingerprint/advent_of_code-82a309098b1a8fbc/test-bin-day08 new file mode 100644 index 0000000..e69de29 diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-82a309098b1a8fbc/test-bin-day08.json b/Rust/2020/target/debug/.fingerprint/advent_of_code-82a309098b1a8fbc/test-bin-day08.json new file mode 100644 index 0000000..d807a56 --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-82a309098b1a8fbc/test-bin-day08.json @@ -0,0 +1 @@ +{"rustc":17204927582409307511,"features":"[]","target":5302595394822519737,"profile":11506243869495082934,"path":16531767885454711989,"deps":[[6487673845559773664,"file_handler",false,14865854736327576140],[6487887114355458120,"string_util",false,14009211025669052806],[7628014199320710837,"regex",false,8151345470660812253],[8013147862121382061,"arrayvec",false,2371884618665695605]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/advent_of_code-82a309098b1a8fbc/dep-test-bin-day08"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-a01416e0c59e5373/dep-test-bin-day03 b/Rust/2020/target/debug/.fingerprint/advent_of_code-a01416e0c59e5373/dep-test-bin-day03 new file mode 100644 index 0000000..53ebc43 Binary files /dev/null and b/Rust/2020/target/debug/.fingerprint/advent_of_code-a01416e0c59e5373/dep-test-bin-day03 differ diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-a01416e0c59e5373/invoked.timestamp b/Rust/2020/target/debug/.fingerprint/advent_of_code-a01416e0c59e5373/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-a01416e0c59e5373/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-a01416e0c59e5373/test-bin-day03 b/Rust/2020/target/debug/.fingerprint/advent_of_code-a01416e0c59e5373/test-bin-day03 new file mode 100644 index 0000000..fd32e70 --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-a01416e0c59e5373/test-bin-day03 @@ -0,0 +1 @@ +d1d6f7a60b44c1bd \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-a01416e0c59e5373/test-bin-day03.json b/Rust/2020/target/debug/.fingerprint/advent_of_code-a01416e0c59e5373/test-bin-day03.json new file mode 100644 index 0000000..0b9cf8d --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-a01416e0c59e5373/test-bin-day03.json @@ -0,0 +1 @@ +{"rustc":17204927582409307511,"features":"[]","target":15973951333943225316,"profile":11506243869495082934,"path":2176845992783713094,"deps":[[6487673845559773664,"file_handler",false,14865854736327576140],[6487887114355458120,"string_util",false,14009211025669052806],[7628014199320710837,"regex",false,8151345470660812253],[8013147862121382061,"arrayvec",false,2371884618665695605]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/advent_of_code-a01416e0c59e5373/dep-test-bin-day03"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-a322a306185e3060/bin-day02 b/Rust/2020/target/debug/.fingerprint/advent_of_code-a322a306185e3060/bin-day02 new file mode 100644 index 0000000..860a135 --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-a322a306185e3060/bin-day02 @@ -0,0 +1 @@ +0c439f9f2c80a786 \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-a322a306185e3060/bin-day02.json b/Rust/2020/target/debug/.fingerprint/advent_of_code-a322a306185e3060/bin-day02.json new file mode 100644 index 0000000..61521c5 --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-a322a306185e3060/bin-day02.json @@ -0,0 +1 @@ +{"rustc":17204927582409307511,"features":"[]","target":4567883855981282547,"profile":17483045194147818835,"path":11333636895793384657,"deps":[[6487673845559773664,"file_handler",false,14865854736327576140],[6487887114355458120,"string_util",false,14009211025669052806],[7628014199320710837,"regex",false,8151345470660812253],[8013147862121382061,"arrayvec",false,2371884618665695605]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/advent_of_code-a322a306185e3060/dep-bin-day02"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-a322a306185e3060/dep-bin-day02 b/Rust/2020/target/debug/.fingerprint/advent_of_code-a322a306185e3060/dep-bin-day02 new file mode 100644 index 0000000..dd5a3eb Binary files /dev/null and b/Rust/2020/target/debug/.fingerprint/advent_of_code-a322a306185e3060/dep-bin-day02 differ diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-a322a306185e3060/invoked.timestamp b/Rust/2020/target/debug/.fingerprint/advent_of_code-a322a306185e3060/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-a322a306185e3060/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-adf1c63a84de79c7/dep-test-bin-day06 b/Rust/2020/target/debug/.fingerprint/advent_of_code-adf1c63a84de79c7/dep-test-bin-day06 new file mode 100644 index 0000000..da87ca6 Binary files /dev/null and b/Rust/2020/target/debug/.fingerprint/advent_of_code-adf1c63a84de79c7/dep-test-bin-day06 differ diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-adf1c63a84de79c7/invoked.timestamp b/Rust/2020/target/debug/.fingerprint/advent_of_code-adf1c63a84de79c7/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-adf1c63a84de79c7/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-adf1c63a84de79c7/test-bin-day06 b/Rust/2020/target/debug/.fingerprint/advent_of_code-adf1c63a84de79c7/test-bin-day06 new file mode 100644 index 0000000..1135073 --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-adf1c63a84de79c7/test-bin-day06 @@ -0,0 +1 @@ +a50e8397f7dcc968 \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-adf1c63a84de79c7/test-bin-day06.json b/Rust/2020/target/debug/.fingerprint/advent_of_code-adf1c63a84de79c7/test-bin-day06.json new file mode 100644 index 0000000..111df68 --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-adf1c63a84de79c7/test-bin-day06.json @@ -0,0 +1 @@ +{"rustc":17204927582409307511,"features":"[]","target":3107359708465159984,"profile":11506243869495082934,"path":7384221309203927648,"deps":[[6487673845559773664,"file_handler",false,14865854736327576140],[6487887114355458120,"string_util",false,14009211025669052806],[7628014199320710837,"regex",false,8151345470660812253],[8013147862121382061,"arrayvec",false,2371884618665695605]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/advent_of_code-adf1c63a84de79c7/dep-test-bin-day06"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-b308b29718f98e3e/dep-test-bin-day04 b/Rust/2020/target/debug/.fingerprint/advent_of_code-b308b29718f98e3e/dep-test-bin-day04 new file mode 100644 index 0000000..c75b928 Binary files /dev/null and b/Rust/2020/target/debug/.fingerprint/advent_of_code-b308b29718f98e3e/dep-test-bin-day04 differ diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-b308b29718f98e3e/invoked.timestamp b/Rust/2020/target/debug/.fingerprint/advent_of_code-b308b29718f98e3e/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-b308b29718f98e3e/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-b308b29718f98e3e/output-test-bin-day04 b/Rust/2020/target/debug/.fingerprint/advent_of_code-b308b29718f98e3e/output-test-bin-day04 new file mode 100644 index 0000000..838ac7d --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-b308b29718f98e3e/output-test-bin-day04 @@ -0,0 +1,2 @@ +{"message":"value assigned to `height_value` is never read","code":{"code":"unused_assignments","explanation":null},"level":"warning","spans":[{"file_name":"src/bin/2020/day04/day04.rs","byte_start":990,"byte_end":1002,"line_start":48,"line_end":48,"column_start":13,"column_end":25,"is_primary":true,"text":[{"text":" let mut height_value = 0;","highlight_start":13,"highlight_end":25}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_assignments)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"maybe it is overwritten before being read?","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: value assigned to `height_value` is never read\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/bin/2020/day04/day04.rs:48:13\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m48\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let mut height_value = 0;\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_assignments)]` on by default\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mhelp\u001b[0m\u001b[0m: maybe it is overwritten before being read?\u001b[0m\n\n"} +{"message":"1 warning emitted","code":null,"level":"warning","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: 1 warning emitted\u001b[0m\n\n"} diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-b308b29718f98e3e/test-bin-day04 b/Rust/2020/target/debug/.fingerprint/advent_of_code-b308b29718f98e3e/test-bin-day04 new file mode 100644 index 0000000..dd8b9a4 --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-b308b29718f98e3e/test-bin-day04 @@ -0,0 +1 @@ +9d6c1569f77095b8 \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-b308b29718f98e3e/test-bin-day04.json b/Rust/2020/target/debug/.fingerprint/advent_of_code-b308b29718f98e3e/test-bin-day04.json new file mode 100644 index 0000000..9874bd2 --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-b308b29718f98e3e/test-bin-day04.json @@ -0,0 +1 @@ +{"rustc":17204927582409307511,"features":"[]","target":16030310858279009723,"profile":11506243869495082934,"path":10920415591061162027,"deps":[[6487673845559773664,"file_handler",false,14865854736327576140],[6487887114355458120,"string_util",false,14009211025669052806],[7628014199320710837,"regex",false,8151345470660812253],[8013147862121382061,"arrayvec",false,2371884618665695605]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/advent_of_code-b308b29718f98e3e/dep-test-bin-day04"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-b6d242e82c93dc6d/bin-day07 b/Rust/2020/target/debug/.fingerprint/advent_of_code-b6d242e82c93dc6d/bin-day07 new file mode 100644 index 0000000..0f4e297 --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-b6d242e82c93dc6d/bin-day07 @@ -0,0 +1 @@ +fee3983b1d23ac3f \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-b6d242e82c93dc6d/bin-day07.json b/Rust/2020/target/debug/.fingerprint/advent_of_code-b6d242e82c93dc6d/bin-day07.json new file mode 100644 index 0000000..75481e6 --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-b6d242e82c93dc6d/bin-day07.json @@ -0,0 +1 @@ +{"rustc":17204927582409307511,"features":"[]","target":12773808544931429490,"profile":17483045194147818835,"path":10268342835490263143,"deps":[[6487673845559773664,"file_handler",false,14865854736327576140],[6487887114355458120,"string_util",false,14009211025669052806],[7628014199320710837,"regex",false,8151345470660812253],[8013147862121382061,"arrayvec",false,2371884618665695605]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/advent_of_code-b6d242e82c93dc6d/dep-bin-day07"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-b6d242e82c93dc6d/dep-bin-day07 b/Rust/2020/target/debug/.fingerprint/advent_of_code-b6d242e82c93dc6d/dep-bin-day07 new file mode 100644 index 0000000..55b434a Binary files /dev/null and b/Rust/2020/target/debug/.fingerprint/advent_of_code-b6d242e82c93dc6d/dep-bin-day07 differ diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-b6d242e82c93dc6d/invoked.timestamp b/Rust/2020/target/debug/.fingerprint/advent_of_code-b6d242e82c93dc6d/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-b6d242e82c93dc6d/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-b6d242e82c93dc6d/output-bin-day07 b/Rust/2020/target/debug/.fingerprint/advent_of_code-b6d242e82c93dc6d/output-bin-day07 new file mode 100644 index 0000000..3dd3c83 --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-b6d242e82c93dc6d/output-bin-day07 @@ -0,0 +1,3 @@ +{"message":"type `bag` should have an upper camel case name","code":{"code":"non_camel_case_types","explanation":null},"level":"warning","spans":[{"file_name":"src/bin/2020/day07/day07.rs","byte_start":83,"byte_end":86,"line_start":3,"line_end":3,"column_start":8,"column_end":11,"is_primary":true,"text":[{"text":"struct bag {","highlight_start":8,"highlight_end":11}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(non_camel_case_types)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"convert the identifier to upper camel case","code":null,"level":"help","spans":[{"file_name":"src/bin/2020/day07/day07.rs","byte_start":83,"byte_end":86,"line_start":3,"line_end":3,"column_start":8,"column_end":11,"is_primary":true,"text":[{"text":"struct bag {","highlight_start":8,"highlight_end":11}],"label":null,"suggested_replacement":"Bag","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: type `bag` should have an upper camel case name\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/bin/2020/day07/day07.rs:3:8\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m3\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0mstruct bag {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: convert the identifier to upper camel case: `Bag`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(non_camel_case_types)]` on by default\u001b[0m\n\n"} +{"message":"unused variable: `bag_map`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/bin/2020/day07/day07.rs","byte_start":448,"byte_end":455,"line_start":21,"line_end":21,"column_start":19,"column_end":26,"is_primary":true,"text":[{"text":"fn get_rule_count(bag_map: HashMap>) -> i32 {","highlight_start":19,"highlight_end":26}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_variables)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/bin/2020/day07/day07.rs","byte_start":448,"byte_end":455,"line_start":21,"line_end":21,"column_start":19,"column_end":26,"is_primary":true,"text":[{"text":"fn get_rule_count(bag_map: HashMap>) -> i32 {","highlight_start":19,"highlight_end":26}],"label":null,"suggested_replacement":"_bag_map","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `bag_map`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/bin/2020/day07/day07.rs:21:19\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m21\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0mfn get_rule_count(bag_map: HashMap>) -> i32 {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_bag_map`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_variables)]` on by default\u001b[0m\n\n"} +{"message":"2 warnings emitted","code":null,"level":"warning","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: 2 warnings emitted\u001b[0m\n\n"} diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-d8275aa51e7a2ad6/bin-day03 b/Rust/2020/target/debug/.fingerprint/advent_of_code-d8275aa51e7a2ad6/bin-day03 new file mode 100644 index 0000000..8ab77c0 --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-d8275aa51e7a2ad6/bin-day03 @@ -0,0 +1 @@ +95b3e2e39989fb99 \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-d8275aa51e7a2ad6/bin-day03.json b/Rust/2020/target/debug/.fingerprint/advent_of_code-d8275aa51e7a2ad6/bin-day03.json new file mode 100644 index 0000000..d685bc6 --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-d8275aa51e7a2ad6/bin-day03.json @@ -0,0 +1 @@ +{"rustc":17204927582409307511,"features":"[]","target":15973951333943225316,"profile":17483045194147818835,"path":2176845992783713094,"deps":[[6487673845559773664,"file_handler",false,14865854736327576140],[6487887114355458120,"string_util",false,14009211025669052806],[7628014199320710837,"regex",false,8151345470660812253],[8013147862121382061,"arrayvec",false,2371884618665695605]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/advent_of_code-d8275aa51e7a2ad6/dep-bin-day03"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-d8275aa51e7a2ad6/dep-bin-day03 b/Rust/2020/target/debug/.fingerprint/advent_of_code-d8275aa51e7a2ad6/dep-bin-day03 new file mode 100644 index 0000000..53ebc43 Binary files /dev/null and b/Rust/2020/target/debug/.fingerprint/advent_of_code-d8275aa51e7a2ad6/dep-bin-day03 differ diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-d8275aa51e7a2ad6/invoked.timestamp b/Rust/2020/target/debug/.fingerprint/advent_of_code-d8275aa51e7a2ad6/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-d8275aa51e7a2ad6/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-e34b45aac0aec578/dep-test-bin-day02 b/Rust/2020/target/debug/.fingerprint/advent_of_code-e34b45aac0aec578/dep-test-bin-day02 new file mode 100644 index 0000000..dd5a3eb Binary files /dev/null and b/Rust/2020/target/debug/.fingerprint/advent_of_code-e34b45aac0aec578/dep-test-bin-day02 differ diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-e34b45aac0aec578/invoked.timestamp b/Rust/2020/target/debug/.fingerprint/advent_of_code-e34b45aac0aec578/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-e34b45aac0aec578/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-e34b45aac0aec578/test-bin-day02 b/Rust/2020/target/debug/.fingerprint/advent_of_code-e34b45aac0aec578/test-bin-day02 new file mode 100644 index 0000000..c02f991 --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-e34b45aac0aec578/test-bin-day02 @@ -0,0 +1 @@ +18cead02bbd9069b \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-e34b45aac0aec578/test-bin-day02.json b/Rust/2020/target/debug/.fingerprint/advent_of_code-e34b45aac0aec578/test-bin-day02.json new file mode 100644 index 0000000..b44b5db --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-e34b45aac0aec578/test-bin-day02.json @@ -0,0 +1 @@ +{"rustc":17204927582409307511,"features":"[]","target":4567883855981282547,"profile":11506243869495082934,"path":11333636895793384657,"deps":[[6487673845559773664,"file_handler",false,14865854736327576140],[6487887114355458120,"string_util",false,14009211025669052806],[7628014199320710837,"regex",false,8151345470660812253],[8013147862121382061,"arrayvec",false,2371884618665695605]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/advent_of_code-e34b45aac0aec578/dep-test-bin-day02"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-ec47405aa972111c/dep-test-bin-day05 b/Rust/2020/target/debug/.fingerprint/advent_of_code-ec47405aa972111c/dep-test-bin-day05 new file mode 100644 index 0000000..914f93f Binary files /dev/null and b/Rust/2020/target/debug/.fingerprint/advent_of_code-ec47405aa972111c/dep-test-bin-day05 differ diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-ec47405aa972111c/invoked.timestamp b/Rust/2020/target/debug/.fingerprint/advent_of_code-ec47405aa972111c/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-ec47405aa972111c/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-ec47405aa972111c/test-bin-day05 b/Rust/2020/target/debug/.fingerprint/advent_of_code-ec47405aa972111c/test-bin-day05 new file mode 100644 index 0000000..9d3c22e --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-ec47405aa972111c/test-bin-day05 @@ -0,0 +1 @@ +082a709c1a21f249 \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-ec47405aa972111c/test-bin-day05.json b/Rust/2020/target/debug/.fingerprint/advent_of_code-ec47405aa972111c/test-bin-day05.json new file mode 100644 index 0000000..15e0e2b --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-ec47405aa972111c/test-bin-day05.json @@ -0,0 +1 @@ +{"rustc":17204927582409307511,"features":"[]","target":8255736895106933027,"profile":11506243869495082934,"path":16325406545421427521,"deps":[[6487673845559773664,"file_handler",false,14865854736327576140],[6487887114355458120,"string_util",false,14009211025669052806],[7628014199320710837,"regex",false,8151345470660812253],[8013147862121382061,"arrayvec",false,2371884618665695605]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/advent_of_code-ec47405aa972111c/dep-test-bin-day05"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-f340d2a30c662ca9/bin-day01 b/Rust/2020/target/debug/.fingerprint/advent_of_code-f340d2a30c662ca9/bin-day01 new file mode 100644 index 0000000..6c75801 --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-f340d2a30c662ca9/bin-day01 @@ -0,0 +1 @@ +9e3f2d1456120828 \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-f340d2a30c662ca9/bin-day01.json b/Rust/2020/target/debug/.fingerprint/advent_of_code-f340d2a30c662ca9/bin-day01.json new file mode 100644 index 0000000..c11c45b --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-f340d2a30c662ca9/bin-day01.json @@ -0,0 +1 @@ +{"rustc":17204927582409307511,"features":"[]","target":6442180972994600250,"profile":17483045194147818835,"path":15973968091864677451,"deps":[[6487673845559773664,"file_handler",false,14865854736327576140],[6487887114355458120,"string_util",false,14009211025669052806],[7628014199320710837,"regex",false,8151345470660812253],[8013147862121382061,"arrayvec",false,2371884618665695605]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/advent_of_code-f340d2a30c662ca9/dep-bin-day01"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-f340d2a30c662ca9/dep-bin-day01 b/Rust/2020/target/debug/.fingerprint/advent_of_code-f340d2a30c662ca9/dep-bin-day01 new file mode 100644 index 0000000..11391c8 Binary files /dev/null and b/Rust/2020/target/debug/.fingerprint/advent_of_code-f340d2a30c662ca9/dep-bin-day01 differ diff --git a/Rust/2020/target/debug/.fingerprint/advent_of_code-f340d2a30c662ca9/invoked.timestamp b/Rust/2020/target/debug/.fingerprint/advent_of_code-f340d2a30c662ca9/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/advent_of_code-f340d2a30c662ca9/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/aho-corasick-de62f9429d7454de/dep-lib-aho_corasick b/Rust/2020/target/debug/.fingerprint/aho-corasick-de62f9429d7454de/dep-lib-aho_corasick new file mode 100644 index 0000000..1b1cb4d Binary files /dev/null and b/Rust/2020/target/debug/.fingerprint/aho-corasick-de62f9429d7454de/dep-lib-aho_corasick differ diff --git a/Rust/2020/target/debug/.fingerprint/aho-corasick-de62f9429d7454de/invoked.timestamp b/Rust/2020/target/debug/.fingerprint/aho-corasick-de62f9429d7454de/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/aho-corasick-de62f9429d7454de/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/aho-corasick-de62f9429d7454de/lib-aho_corasick b/Rust/2020/target/debug/.fingerprint/aho-corasick-de62f9429d7454de/lib-aho_corasick new file mode 100644 index 0000000..f308f7c --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/aho-corasick-de62f9429d7454de/lib-aho_corasick @@ -0,0 +1 @@ +66039284cc955073 \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/aho-corasick-de62f9429d7454de/lib-aho_corasick.json b/Rust/2020/target/debug/.fingerprint/aho-corasick-de62f9429d7454de/lib-aho_corasick.json new file mode 100644 index 0000000..8da81b5 --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/aho-corasick-de62f9429d7454de/lib-aho_corasick.json @@ -0,0 +1 @@ +{"rustc":17204927582409307511,"features":"[\"default\", \"std\"]","target":14517922388190571959,"profile":8987646332441898785,"path":4685304770060695244,"deps":[[12718808823970648948,"memchr",false,658955526217368764]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/aho-corasick-de62f9429d7454de/dep-lib-aho_corasick"}}],"rustflags":[],"metadata":13904389431191498124,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/arrayvec-b27f82efb0ac99d3/dep-lib-arrayvec b/Rust/2020/target/debug/.fingerprint/arrayvec-b27f82efb0ac99d3/dep-lib-arrayvec new file mode 100644 index 0000000..1b1cb4d Binary files /dev/null and b/Rust/2020/target/debug/.fingerprint/arrayvec-b27f82efb0ac99d3/dep-lib-arrayvec differ diff --git a/Rust/2020/target/debug/.fingerprint/arrayvec-b27f82efb0ac99d3/invoked.timestamp b/Rust/2020/target/debug/.fingerprint/arrayvec-b27f82efb0ac99d3/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/arrayvec-b27f82efb0ac99d3/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/arrayvec-b27f82efb0ac99d3/lib-arrayvec b/Rust/2020/target/debug/.fingerprint/arrayvec-b27f82efb0ac99d3/lib-arrayvec new file mode 100644 index 0000000..0ce451b --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/arrayvec-b27f82efb0ac99d3/lib-arrayvec @@ -0,0 +1 @@ +7519c86f7ea0ea20 \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/arrayvec-b27f82efb0ac99d3/lib-arrayvec.json b/Rust/2020/target/debug/.fingerprint/arrayvec-b27f82efb0ac99d3/lib-arrayvec.json new file mode 100644 index 0000000..02d2176 --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/arrayvec-b27f82efb0ac99d3/lib-arrayvec.json @@ -0,0 +1 @@ +{"rustc":17204927582409307511,"features":"[\"default\", \"std\"]","target":15141271784968785197,"profile":8987646332441898785,"path":11784306612095229888,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/arrayvec-b27f82efb0ac99d3/dep-lib-arrayvec"}}],"rustflags":[],"metadata":5019420986621020735,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/file_handler-be3782aa973d270c/dep-lib-file_handler b/Rust/2020/target/debug/.fingerprint/file_handler-be3782aa973d270c/dep-lib-file_handler new file mode 100644 index 0000000..fb1fbec Binary files /dev/null and b/Rust/2020/target/debug/.fingerprint/file_handler-be3782aa973d270c/dep-lib-file_handler differ diff --git a/Rust/2020/target/debug/.fingerprint/file_handler-be3782aa973d270c/invoked.timestamp b/Rust/2020/target/debug/.fingerprint/file_handler-be3782aa973d270c/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/file_handler-be3782aa973d270c/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/file_handler-be3782aa973d270c/lib-file_handler b/Rust/2020/target/debug/.fingerprint/file_handler-be3782aa973d270c/lib-file_handler new file mode 100644 index 0000000..a7ebde6 --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/file_handler-be3782aa973d270c/lib-file_handler @@ -0,0 +1 @@ +4c0a5db91e204ece \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/file_handler-be3782aa973d270c/lib-file_handler.json b/Rust/2020/target/debug/.fingerprint/file_handler-be3782aa973d270c/lib-file_handler.json new file mode 100644 index 0000000..7680054 --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/file_handler-be3782aa973d270c/lib-file_handler.json @@ -0,0 +1 @@ +{"rustc":17204927582409307511,"features":"[]","target":5086621334505656623,"profile":17483045194147818835,"path":11728649969143594717,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/file_handler-be3782aa973d270c/dep-lib-file_handler"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/memchr-301f2df7245d98aa/build-script-build-script-build b/Rust/2020/target/debug/.fingerprint/memchr-301f2df7245d98aa/build-script-build-script-build new file mode 100644 index 0000000..164cc5f --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/memchr-301f2df7245d98aa/build-script-build-script-build @@ -0,0 +1 @@ +9b51273c4543353d \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/memchr-301f2df7245d98aa/build-script-build-script-build.json b/Rust/2020/target/debug/.fingerprint/memchr-301f2df7245d98aa/build-script-build-script-build.json new file mode 100644 index 0000000..3e95aea --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/memchr-301f2df7245d98aa/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":17204927582409307511,"features":"[\"default\", \"std\"]","target":13294766831966498538,"profile":8344124108420085910,"path":11145939413368234669,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/memchr-301f2df7245d98aa/dep-build-script-build-script-build"}}],"rustflags":[],"metadata":508135869874479790,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/memchr-301f2df7245d98aa/dep-build-script-build-script-build b/Rust/2020/target/debug/.fingerprint/memchr-301f2df7245d98aa/dep-build-script-build-script-build new file mode 100644 index 0000000..1b1cb4d Binary files /dev/null and b/Rust/2020/target/debug/.fingerprint/memchr-301f2df7245d98aa/dep-build-script-build-script-build differ diff --git a/Rust/2020/target/debug/.fingerprint/memchr-301f2df7245d98aa/invoked.timestamp b/Rust/2020/target/debug/.fingerprint/memchr-301f2df7245d98aa/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/memchr-301f2df7245d98aa/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/memchr-4a41cb86a8249444/run-build-script-build-script-build b/Rust/2020/target/debug/.fingerprint/memchr-4a41cb86a8249444/run-build-script-build-script-build new file mode 100644 index 0000000..68bd290 --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/memchr-4a41cb86a8249444/run-build-script-build-script-build @@ -0,0 +1 @@ +9cd5d10ad7c78f41 \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/memchr-4a41cb86a8249444/run-build-script-build-script-build.json b/Rust/2020/target/debug/.fingerprint/memchr-4a41cb86a8249444/run-build-script-build-script-build.json new file mode 100644 index 0000000..17f83fc --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/memchr-4a41cb86a8249444/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":17204927582409307511,"features":"","target":0,"profile":0,"path":0,"deps":[[12718808823970648948,"build_script_build",false,4410505374720283035]],"local":[{"Precalculated":"2.4.1"}],"rustflags":[],"metadata":0,"config":0,"compile_kind":0} \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/memchr-cd879af0cca46318/dep-lib-memchr b/Rust/2020/target/debug/.fingerprint/memchr-cd879af0cca46318/dep-lib-memchr new file mode 100644 index 0000000..1b1cb4d Binary files /dev/null and b/Rust/2020/target/debug/.fingerprint/memchr-cd879af0cca46318/dep-lib-memchr differ diff --git a/Rust/2020/target/debug/.fingerprint/memchr-cd879af0cca46318/invoked.timestamp b/Rust/2020/target/debug/.fingerprint/memchr-cd879af0cca46318/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/memchr-cd879af0cca46318/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/memchr-cd879af0cca46318/lib-memchr b/Rust/2020/target/debug/.fingerprint/memchr-cd879af0cca46318/lib-memchr new file mode 100644 index 0000000..558992b --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/memchr-cd879af0cca46318/lib-memchr @@ -0,0 +1 @@ +bc84f74e8f142509 \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/memchr-cd879af0cca46318/lib-memchr.json b/Rust/2020/target/debug/.fingerprint/memchr-cd879af0cca46318/lib-memchr.json new file mode 100644 index 0000000..1939be9 --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/memchr-cd879af0cca46318/lib-memchr.json @@ -0,0 +1 @@ +{"rustc":17204927582409307511,"features":"[\"default\", \"std\"]","target":13381449118212650716,"profile":8987646332441898785,"path":9469691104146089507,"deps":[[12718808823970648948,"build_script_build",false,4724214260548359580]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/memchr-cd879af0cca46318/dep-lib-memchr"}}],"rustflags":[],"metadata":508135869874479790,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/regex-e9e388a6760a5649/dep-lib-regex b/Rust/2020/target/debug/.fingerprint/regex-e9e388a6760a5649/dep-lib-regex new file mode 100644 index 0000000..1b1cb4d Binary files /dev/null and b/Rust/2020/target/debug/.fingerprint/regex-e9e388a6760a5649/dep-lib-regex differ diff --git a/Rust/2020/target/debug/.fingerprint/regex-e9e388a6760a5649/invoked.timestamp b/Rust/2020/target/debug/.fingerprint/regex-e9e388a6760a5649/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/regex-e9e388a6760a5649/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/regex-e9e388a6760a5649/lib-regex b/Rust/2020/target/debug/.fingerprint/regex-e9e388a6760a5649/lib-regex new file mode 100644 index 0000000..da88598 --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/regex-e9e388a6760a5649/lib-regex @@ -0,0 +1 @@ +dd1d3a9484651f71 \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/regex-e9e388a6760a5649/lib-regex.json b/Rust/2020/target/debug/.fingerprint/regex-e9e388a6760a5649/lib-regex.json new file mode 100644 index 0000000..2e76253 --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/regex-e9e388a6760a5649/lib-regex.json @@ -0,0 +1 @@ +{"rustc":17204927582409307511,"features":"[\"aho-corasick\", \"default\", \"memchr\", \"perf\", \"perf-cache\", \"perf-dfa\", \"perf-inline\", \"perf-literal\", \"std\", \"unicode\", \"unicode-age\", \"unicode-bool\", \"unicode-case\", \"unicode-gencat\", \"unicode-perl\", \"unicode-script\", \"unicode-segment\"]","target":4736542816701795503,"profile":8987646332441898785,"path":13682487492239955494,"deps":[[9255722945364779032,"regex_syntax",false,17267145715234736862],[12068231081774865277,"aho_corasick",false,8309306018128593766],[12718808823970648948,"memchr",false,658955526217368764]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/regex-e9e388a6760a5649/dep-lib-regex"}}],"rustflags":[],"metadata":1738036602712356696,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/regex-syntax-f7c8763eead05500/dep-lib-regex-syntax b/Rust/2020/target/debug/.fingerprint/regex-syntax-f7c8763eead05500/dep-lib-regex-syntax new file mode 100644 index 0000000..1b1cb4d Binary files /dev/null and b/Rust/2020/target/debug/.fingerprint/regex-syntax-f7c8763eead05500/dep-lib-regex-syntax differ diff --git a/Rust/2020/target/debug/.fingerprint/regex-syntax-f7c8763eead05500/invoked.timestamp b/Rust/2020/target/debug/.fingerprint/regex-syntax-f7c8763eead05500/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/regex-syntax-f7c8763eead05500/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/regex-syntax-f7c8763eead05500/lib-regex-syntax b/Rust/2020/target/debug/.fingerprint/regex-syntax-f7c8763eead05500/lib-regex-syntax new file mode 100644 index 0000000..4fac7df --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/regex-syntax-f7c8763eead05500/lib-regex-syntax @@ -0,0 +1 @@ +de8a79f18a39a1ef \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/regex-syntax-f7c8763eead05500/lib-regex-syntax.json b/Rust/2020/target/debug/.fingerprint/regex-syntax-f7c8763eead05500/lib-regex-syntax.json new file mode 100644 index 0000000..a346e42 --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/regex-syntax-f7c8763eead05500/lib-regex-syntax.json @@ -0,0 +1 @@ +{"rustc":17204927582409307511,"features":"[\"default\", \"unicode\", \"unicode-age\", \"unicode-bool\", \"unicode-case\", \"unicode-gencat\", \"unicode-perl\", \"unicode-script\", \"unicode-segment\"]","target":835887887889934832,"profile":8987646332441898785,"path":9079784836860402914,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/regex-syntax-f7c8763eead05500/dep-lib-regex-syntax"}}],"rustflags":[],"metadata":14049147179425589550,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/string_util-c57bb87d2e216fda/dep-lib-string_util b/Rust/2020/target/debug/.fingerprint/string_util-c57bb87d2e216fda/dep-lib-string_util new file mode 100644 index 0000000..fb1fbec Binary files /dev/null and b/Rust/2020/target/debug/.fingerprint/string_util-c57bb87d2e216fda/dep-lib-string_util differ diff --git a/Rust/2020/target/debug/.fingerprint/string_util-c57bb87d2e216fda/invoked.timestamp b/Rust/2020/target/debug/.fingerprint/string_util-c57bb87d2e216fda/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/string_util-c57bb87d2e216fda/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/string_util-c57bb87d2e216fda/lib-string_util b/Rust/2020/target/debug/.fingerprint/string_util-c57bb87d2e216fda/lib-string_util new file mode 100644 index 0000000..78a0f67 --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/string_util-c57bb87d2e216fda/lib-string_util @@ -0,0 +1 @@ +86597d3034b76ac2 \ No newline at end of file diff --git a/Rust/2020/target/debug/.fingerprint/string_util-c57bb87d2e216fda/lib-string_util.json b/Rust/2020/target/debug/.fingerprint/string_util-c57bb87d2e216fda/lib-string_util.json new file mode 100644 index 0000000..e532a80 --- /dev/null +++ b/Rust/2020/target/debug/.fingerprint/string_util-c57bb87d2e216fda/lib-string_util.json @@ -0,0 +1 @@ +{"rustc":17204927582409307511,"features":"[]","target":8066649851090840720,"profile":17483045194147818835,"path":16383360051602686663,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/string_util-c57bb87d2e216fda/dep-lib-string_util"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build-script-build b/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build-script-build new file mode 100755 index 0000000..c88ce6c Binary files /dev/null and b/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build-script-build differ diff --git a/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa b/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa new file mode 100755 index 0000000..c88ce6c Binary files /dev/null and b/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa differ diff --git a/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.0.rcgu.o b/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.0.rcgu.o new file mode 100644 index 0000000..090b6fe Binary files /dev/null and b/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.0.rcgu.o differ diff --git a/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.1.rcgu.o b/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.1.rcgu.o new file mode 100644 index 0000000..b686834 Binary files /dev/null and b/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.1.rcgu.o differ diff --git a/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.10.rcgu.o b/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.10.rcgu.o new file mode 100644 index 0000000..e3c22a5 Binary files /dev/null and b/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.10.rcgu.o differ diff --git a/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.11.rcgu.o b/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.11.rcgu.o new file mode 100644 index 0000000..c9ddeb6 Binary files /dev/null and b/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.11.rcgu.o differ diff --git a/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.12.rcgu.o b/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.12.rcgu.o new file mode 100644 index 0000000..2079eca Binary files /dev/null and b/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.12.rcgu.o differ diff --git a/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.13.rcgu.o b/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.13.rcgu.o new file mode 100644 index 0000000..74ba8e4 Binary files /dev/null and b/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.13.rcgu.o differ diff --git a/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.14.rcgu.o b/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.14.rcgu.o new file mode 100644 index 0000000..0ee6336 Binary files /dev/null and b/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.14.rcgu.o differ diff --git a/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.15.rcgu.o b/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.15.rcgu.o new file mode 100644 index 0000000..c587120 Binary files /dev/null and b/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.15.rcgu.o differ diff --git a/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.2.rcgu.o b/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.2.rcgu.o new file mode 100644 index 0000000..b9a986c Binary files /dev/null and b/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.2.rcgu.o differ diff --git a/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.3.rcgu.o b/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.3.rcgu.o new file mode 100644 index 0000000..49e6506 Binary files /dev/null and b/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.3.rcgu.o differ diff --git a/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.4.rcgu.o b/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.4.rcgu.o new file mode 100644 index 0000000..5093f11 Binary files /dev/null and b/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.4.rcgu.o differ diff --git a/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.5.rcgu.o b/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.5.rcgu.o new file mode 100644 index 0000000..a472bf9 Binary files /dev/null and b/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.5.rcgu.o differ diff --git a/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.6.rcgu.o b/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.6.rcgu.o new file mode 100644 index 0000000..179b0d1 Binary files /dev/null and b/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.6.rcgu.o differ diff --git a/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.7.rcgu.o b/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.7.rcgu.o new file mode 100644 index 0000000..a5f870c Binary files /dev/null and b/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.7.rcgu.o differ diff --git a/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.8.rcgu.o b/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.8.rcgu.o new file mode 100644 index 0000000..9e60dc3 Binary files /dev/null and b/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.8.rcgu.o differ diff --git a/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.9.rcgu.o b/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.9.rcgu.o new file mode 100644 index 0000000..853489e Binary files /dev/null and b/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.build_script_build.7ccb0b0c-cgu.9.rcgu.o differ diff --git a/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.d b/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.d new file mode 100644 index 0000000..35e7a75 --- /dev/null +++ b/Rust/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.d @@ -0,0 +1,5 @@ +/Users/hiller/dev/AdventOfCode/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa: /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/build.rs + +/Users/hiller/dev/AdventOfCode/2020/target/debug/build/memchr-301f2df7245d98aa/build_script_build-301f2df7245d98aa.d: /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/build.rs + +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/build.rs: diff --git a/Rust/2020/target/debug/build/memchr-4a41cb86a8249444/invoked.timestamp b/Rust/2020/target/debug/build/memchr-4a41cb86a8249444/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Rust/2020/target/debug/build/memchr-4a41cb86a8249444/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Rust/2020/target/debug/build/memchr-4a41cb86a8249444/output b/Rust/2020/target/debug/build/memchr-4a41cb86a8249444/output new file mode 100644 index 0000000..e69de29 diff --git a/Rust/2020/target/debug/build/memchr-4a41cb86a8249444/root-output b/Rust/2020/target/debug/build/memchr-4a41cb86a8249444/root-output new file mode 100644 index 0000000..bd72d58 --- /dev/null +++ b/Rust/2020/target/debug/build/memchr-4a41cb86a8249444/root-output @@ -0,0 +1 @@ +/Users/hiller/dev/AdventOfCode/2020/target/debug/build/memchr-4a41cb86a8249444/out \ No newline at end of file diff --git a/Rust/2020/target/debug/build/memchr-4a41cb86a8249444/stderr b/Rust/2020/target/debug/build/memchr-4a41cb86a8249444/stderr new file mode 100644 index 0000000..e69de29 diff --git a/Rust/2020/target/debug/deps/aho_corasick-de62f9429d7454de.d b/Rust/2020/target/debug/deps/aho_corasick-de62f9429d7454de.d new file mode 100644 index 0000000..04b661d --- /dev/null +++ b/Rust/2020/target/debug/deps/aho_corasick-de62f9429d7454de.d @@ -0,0 +1,20 @@ +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/aho_corasick-de62f9429d7454de.rmeta: /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/lib.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/ahocorasick.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/automaton.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/buffer.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/byte_frequencies.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/classes.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/dfa.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/error.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/nfa.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/packed/mod.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/packed/api.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/packed/pattern.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/packed/rabinkarp.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/packed/teddy/mod.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/prefilter.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/state_id.rs + +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/aho_corasick-de62f9429d7454de.d: /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/lib.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/ahocorasick.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/automaton.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/buffer.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/byte_frequencies.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/classes.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/dfa.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/error.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/nfa.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/packed/mod.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/packed/api.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/packed/pattern.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/packed/rabinkarp.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/packed/teddy/mod.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/prefilter.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/state_id.rs + +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/lib.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/ahocorasick.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/automaton.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/buffer.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/byte_frequencies.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/classes.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/dfa.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/error.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/nfa.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/packed/mod.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/packed/api.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/packed/pattern.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/packed/rabinkarp.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/packed/teddy/mod.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/prefilter.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/state_id.rs: diff --git a/Rust/2020/target/debug/deps/arrayvec-b27f82efb0ac99d3.d b/Rust/2020/target/debug/deps/arrayvec-b27f82efb0ac99d3.d new file mode 100644 index 0000000..53f9b2a --- /dev/null +++ b/Rust/2020/target/debug/deps/arrayvec-b27f82efb0ac99d3.d @@ -0,0 +1,11 @@ +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/arrayvec-b27f82efb0ac99d3.rmeta: /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/lib.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec_impl.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/char.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/errors.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/utils.rs + +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/arrayvec-b27f82efb0ac99d3.d: /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/lib.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec_impl.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/char.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/errors.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/utils.rs + +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/lib.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec_impl.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/char.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/errors.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/utils.rs: diff --git a/Rust/2020/target/debug/deps/day01-2b1cd5fbc3d567c0.d b/Rust/2020/target/debug/deps/day01-2b1cd5fbc3d567c0.d new file mode 100644 index 0000000..cd71759 --- /dev/null +++ b/Rust/2020/target/debug/deps/day01-2b1cd5fbc3d567c0.d @@ -0,0 +1,5 @@ +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/day01-2b1cd5fbc3d567c0.rmeta: src/bin/2020/day01/day01.rs + +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/day01-2b1cd5fbc3d567c0.d: src/bin/2020/day01/day01.rs + +src/bin/2020/day01/day01.rs: diff --git a/Rust/2020/target/debug/deps/day01-f340d2a30c662ca9.d b/Rust/2020/target/debug/deps/day01-f340d2a30c662ca9.d new file mode 100644 index 0000000..8176037 --- /dev/null +++ b/Rust/2020/target/debug/deps/day01-f340d2a30c662ca9.d @@ -0,0 +1,5 @@ +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/day01-f340d2a30c662ca9.rmeta: src/bin/2020/day01/day01.rs + +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/day01-f340d2a30c662ca9.d: src/bin/2020/day01/day01.rs + +src/bin/2020/day01/day01.rs: diff --git a/Rust/2020/target/debug/deps/day02-a322a306185e3060.d b/Rust/2020/target/debug/deps/day02-a322a306185e3060.d new file mode 100644 index 0000000..23ad6bc --- /dev/null +++ b/Rust/2020/target/debug/deps/day02-a322a306185e3060.d @@ -0,0 +1,5 @@ +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/day02-a322a306185e3060.rmeta: src/bin/2020/day02/day02.rs + +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/day02-a322a306185e3060.d: src/bin/2020/day02/day02.rs + +src/bin/2020/day02/day02.rs: diff --git a/Rust/2020/target/debug/deps/day02-e34b45aac0aec578.d b/Rust/2020/target/debug/deps/day02-e34b45aac0aec578.d new file mode 100644 index 0000000..b336f5a --- /dev/null +++ b/Rust/2020/target/debug/deps/day02-e34b45aac0aec578.d @@ -0,0 +1,5 @@ +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/day02-e34b45aac0aec578.rmeta: src/bin/2020/day02/day02.rs + +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/day02-e34b45aac0aec578.d: src/bin/2020/day02/day02.rs + +src/bin/2020/day02/day02.rs: diff --git a/Rust/2020/target/debug/deps/day03-a01416e0c59e5373.d b/Rust/2020/target/debug/deps/day03-a01416e0c59e5373.d new file mode 100644 index 0000000..3cc9f56 --- /dev/null +++ b/Rust/2020/target/debug/deps/day03-a01416e0c59e5373.d @@ -0,0 +1,5 @@ +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/day03-a01416e0c59e5373.rmeta: src/bin/2020/day03/day03.rs + +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/day03-a01416e0c59e5373.d: src/bin/2020/day03/day03.rs + +src/bin/2020/day03/day03.rs: diff --git a/Rust/2020/target/debug/deps/day03-d8275aa51e7a2ad6.d b/Rust/2020/target/debug/deps/day03-d8275aa51e7a2ad6.d new file mode 100644 index 0000000..744ee6b --- /dev/null +++ b/Rust/2020/target/debug/deps/day03-d8275aa51e7a2ad6.d @@ -0,0 +1,5 @@ +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/day03-d8275aa51e7a2ad6.rmeta: src/bin/2020/day03/day03.rs + +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/day03-d8275aa51e7a2ad6.d: src/bin/2020/day03/day03.rs + +src/bin/2020/day03/day03.rs: diff --git a/Rust/2020/target/debug/deps/day04-570305fc2317edaa.d b/Rust/2020/target/debug/deps/day04-570305fc2317edaa.d new file mode 100644 index 0000000..b75e8aa --- /dev/null +++ b/Rust/2020/target/debug/deps/day04-570305fc2317edaa.d @@ -0,0 +1,5 @@ +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/day04-570305fc2317edaa.rmeta: src/bin/2020/day04/day04.rs + +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/day04-570305fc2317edaa.d: src/bin/2020/day04/day04.rs + +src/bin/2020/day04/day04.rs: diff --git a/Rust/2020/target/debug/deps/day04-b308b29718f98e3e.d b/Rust/2020/target/debug/deps/day04-b308b29718f98e3e.d new file mode 100644 index 0000000..25edfde --- /dev/null +++ b/Rust/2020/target/debug/deps/day04-b308b29718f98e3e.d @@ -0,0 +1,5 @@ +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/day04-b308b29718f98e3e.rmeta: src/bin/2020/day04/day04.rs + +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/day04-b308b29718f98e3e.d: src/bin/2020/day04/day04.rs + +src/bin/2020/day04/day04.rs: diff --git a/Rust/2020/target/debug/deps/day05-4f2b3f938cee7949.d b/Rust/2020/target/debug/deps/day05-4f2b3f938cee7949.d new file mode 100644 index 0000000..6eed0b9 --- /dev/null +++ b/Rust/2020/target/debug/deps/day05-4f2b3f938cee7949.d @@ -0,0 +1,5 @@ +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/day05-4f2b3f938cee7949.rmeta: src/bin/2020/day05/day05.rs + +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/day05-4f2b3f938cee7949.d: src/bin/2020/day05/day05.rs + +src/bin/2020/day05/day05.rs: diff --git a/Rust/2020/target/debug/deps/day05-ec47405aa972111c.d b/Rust/2020/target/debug/deps/day05-ec47405aa972111c.d new file mode 100644 index 0000000..33c0228 --- /dev/null +++ b/Rust/2020/target/debug/deps/day05-ec47405aa972111c.d @@ -0,0 +1,5 @@ +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/day05-ec47405aa972111c.rmeta: src/bin/2020/day05/day05.rs + +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/day05-ec47405aa972111c.d: src/bin/2020/day05/day05.rs + +src/bin/2020/day05/day05.rs: diff --git a/Rust/2020/target/debug/deps/day06-75f142f40b14ba72.d b/Rust/2020/target/debug/deps/day06-75f142f40b14ba72.d new file mode 100644 index 0000000..004ddb3 --- /dev/null +++ b/Rust/2020/target/debug/deps/day06-75f142f40b14ba72.d @@ -0,0 +1,5 @@ +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/day06-75f142f40b14ba72.rmeta: src/bin/2020/day06/day06.rs + +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/day06-75f142f40b14ba72.d: src/bin/2020/day06/day06.rs + +src/bin/2020/day06/day06.rs: diff --git a/Rust/2020/target/debug/deps/day06-adf1c63a84de79c7.d b/Rust/2020/target/debug/deps/day06-adf1c63a84de79c7.d new file mode 100644 index 0000000..4e28e60 --- /dev/null +++ b/Rust/2020/target/debug/deps/day06-adf1c63a84de79c7.d @@ -0,0 +1,5 @@ +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/day06-adf1c63a84de79c7.rmeta: src/bin/2020/day06/day06.rs + +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/day06-adf1c63a84de79c7.d: src/bin/2020/day06/day06.rs + +src/bin/2020/day06/day06.rs: diff --git a/Rust/2020/target/debug/deps/day07-3585611c4bce56b0.d b/Rust/2020/target/debug/deps/day07-3585611c4bce56b0.d new file mode 100644 index 0000000..8da4f86 --- /dev/null +++ b/Rust/2020/target/debug/deps/day07-3585611c4bce56b0.d @@ -0,0 +1,5 @@ +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/day07-3585611c4bce56b0.rmeta: src/bin/2020/day07/day07.rs + +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/day07-3585611c4bce56b0.d: src/bin/2020/day07/day07.rs + +src/bin/2020/day07/day07.rs: diff --git a/Rust/2020/target/debug/deps/day07-b6d242e82c93dc6d.d b/Rust/2020/target/debug/deps/day07-b6d242e82c93dc6d.d new file mode 100644 index 0000000..547bffe --- /dev/null +++ b/Rust/2020/target/debug/deps/day07-b6d242e82c93dc6d.d @@ -0,0 +1,5 @@ +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/day07-b6d242e82c93dc6d.rmeta: src/bin/2020/day07/day07.rs + +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/day07-b6d242e82c93dc6d.d: src/bin/2020/day07/day07.rs + +src/bin/2020/day07/day07.rs: diff --git a/Rust/2020/target/debug/deps/day08-6dbbc1718e8b0a46.d b/Rust/2020/target/debug/deps/day08-6dbbc1718e8b0a46.d new file mode 100644 index 0000000..f8df4cc --- /dev/null +++ b/Rust/2020/target/debug/deps/day08-6dbbc1718e8b0a46.d @@ -0,0 +1,5 @@ +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/day08-6dbbc1718e8b0a46.rmeta: src/bin/2020/day08/day08.rs + +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/day08-6dbbc1718e8b0a46.d: src/bin/2020/day08/day08.rs + +src/bin/2020/day08/day08.rs: diff --git a/Rust/2020/target/debug/deps/day08-82a309098b1a8fbc.d b/Rust/2020/target/debug/deps/day08-82a309098b1a8fbc.d new file mode 100644 index 0000000..1eca064 --- /dev/null +++ b/Rust/2020/target/debug/deps/day08-82a309098b1a8fbc.d @@ -0,0 +1,5 @@ +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/day08-82a309098b1a8fbc.rmeta: src/bin/2020/day08/day08.rs + +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/day08-82a309098b1a8fbc.d: src/bin/2020/day08/day08.rs + +src/bin/2020/day08/day08.rs: diff --git a/Rust/2020/target/debug/deps/file_handler-be3782aa973d270c.d b/Rust/2020/target/debug/deps/file_handler-be3782aa973d270c.d new file mode 100644 index 0000000..6eb4723 --- /dev/null +++ b/Rust/2020/target/debug/deps/file_handler-be3782aa973d270c.d @@ -0,0 +1,5 @@ +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/file_handler-be3782aa973d270c.rmeta: src/lib/file_handler/src/lib.rs + +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/file_handler-be3782aa973d270c.d: src/lib/file_handler/src/lib.rs + +src/lib/file_handler/src/lib.rs: diff --git a/Rust/2020/target/debug/deps/libaho_corasick-de62f9429d7454de.rmeta b/Rust/2020/target/debug/deps/libaho_corasick-de62f9429d7454de.rmeta new file mode 100644 index 0000000..1fbac37 Binary files /dev/null and b/Rust/2020/target/debug/deps/libaho_corasick-de62f9429d7454de.rmeta differ diff --git a/Rust/2020/target/debug/deps/libarrayvec-b27f82efb0ac99d3.rmeta b/Rust/2020/target/debug/deps/libarrayvec-b27f82efb0ac99d3.rmeta new file mode 100644 index 0000000..5c50c84 Binary files /dev/null and b/Rust/2020/target/debug/deps/libarrayvec-b27f82efb0ac99d3.rmeta differ diff --git a/Rust/2020/target/debug/deps/libday01-2b1cd5fbc3d567c0.rmeta b/Rust/2020/target/debug/deps/libday01-2b1cd5fbc3d567c0.rmeta new file mode 100644 index 0000000..e69de29 diff --git a/Rust/2020/target/debug/deps/libday01-f340d2a30c662ca9.rmeta b/Rust/2020/target/debug/deps/libday01-f340d2a30c662ca9.rmeta new file mode 100644 index 0000000..e69de29 diff --git a/Rust/2020/target/debug/deps/libday02-a322a306185e3060.rmeta b/Rust/2020/target/debug/deps/libday02-a322a306185e3060.rmeta new file mode 100644 index 0000000..e69de29 diff --git a/Rust/2020/target/debug/deps/libday02-e34b45aac0aec578.rmeta b/Rust/2020/target/debug/deps/libday02-e34b45aac0aec578.rmeta new file mode 100644 index 0000000..e69de29 diff --git a/Rust/2020/target/debug/deps/libday03-a01416e0c59e5373.rmeta b/Rust/2020/target/debug/deps/libday03-a01416e0c59e5373.rmeta new file mode 100644 index 0000000..e69de29 diff --git a/Rust/2020/target/debug/deps/libday03-d8275aa51e7a2ad6.rmeta b/Rust/2020/target/debug/deps/libday03-d8275aa51e7a2ad6.rmeta new file mode 100644 index 0000000..e69de29 diff --git a/Rust/2020/target/debug/deps/libday04-570305fc2317edaa.rmeta b/Rust/2020/target/debug/deps/libday04-570305fc2317edaa.rmeta new file mode 100644 index 0000000..e69de29 diff --git a/Rust/2020/target/debug/deps/libday04-b308b29718f98e3e.rmeta b/Rust/2020/target/debug/deps/libday04-b308b29718f98e3e.rmeta new file mode 100644 index 0000000..e69de29 diff --git a/Rust/2020/target/debug/deps/libday05-4f2b3f938cee7949.rmeta b/Rust/2020/target/debug/deps/libday05-4f2b3f938cee7949.rmeta new file mode 100644 index 0000000..e69de29 diff --git a/Rust/2020/target/debug/deps/libday05-ec47405aa972111c.rmeta b/Rust/2020/target/debug/deps/libday05-ec47405aa972111c.rmeta new file mode 100644 index 0000000..e69de29 diff --git a/Rust/2020/target/debug/deps/libday06-75f142f40b14ba72.rmeta b/Rust/2020/target/debug/deps/libday06-75f142f40b14ba72.rmeta new file mode 100644 index 0000000..e69de29 diff --git a/Rust/2020/target/debug/deps/libday06-adf1c63a84de79c7.rmeta b/Rust/2020/target/debug/deps/libday06-adf1c63a84de79c7.rmeta new file mode 100644 index 0000000..e69de29 diff --git a/Rust/2020/target/debug/deps/libday07-3585611c4bce56b0.rmeta b/Rust/2020/target/debug/deps/libday07-3585611c4bce56b0.rmeta new file mode 100644 index 0000000..e69de29 diff --git a/Rust/2020/target/debug/deps/libday07-b6d242e82c93dc6d.rmeta b/Rust/2020/target/debug/deps/libday07-b6d242e82c93dc6d.rmeta new file mode 100644 index 0000000..e69de29 diff --git a/Rust/2020/target/debug/deps/libfile_handler-be3782aa973d270c.rmeta b/Rust/2020/target/debug/deps/libfile_handler-be3782aa973d270c.rmeta new file mode 100644 index 0000000..0107db3 Binary files /dev/null and b/Rust/2020/target/debug/deps/libfile_handler-be3782aa973d270c.rmeta differ diff --git a/Rust/2020/target/debug/deps/libmemchr-cd879af0cca46318.rmeta b/Rust/2020/target/debug/deps/libmemchr-cd879af0cca46318.rmeta new file mode 100644 index 0000000..c7c36fe Binary files /dev/null and b/Rust/2020/target/debug/deps/libmemchr-cd879af0cca46318.rmeta differ diff --git a/Rust/2020/target/debug/deps/libregex-e9e388a6760a5649.rmeta b/Rust/2020/target/debug/deps/libregex-e9e388a6760a5649.rmeta new file mode 100644 index 0000000..866b01d Binary files /dev/null and b/Rust/2020/target/debug/deps/libregex-e9e388a6760a5649.rmeta differ diff --git a/Rust/2020/target/debug/deps/libregex_syntax-f7c8763eead05500.rmeta b/Rust/2020/target/debug/deps/libregex_syntax-f7c8763eead05500.rmeta new file mode 100644 index 0000000..03f61f5 Binary files /dev/null and b/Rust/2020/target/debug/deps/libregex_syntax-f7c8763eead05500.rmeta differ diff --git a/Rust/2020/target/debug/deps/libstring_util-c57bb87d2e216fda.rmeta b/Rust/2020/target/debug/deps/libstring_util-c57bb87d2e216fda.rmeta new file mode 100644 index 0000000..2d83d00 Binary files /dev/null and b/Rust/2020/target/debug/deps/libstring_util-c57bb87d2e216fda.rmeta differ diff --git a/Rust/2020/target/debug/deps/memchr-cd879af0cca46318.d b/Rust/2020/target/debug/deps/memchr-cd879af0cca46318.d new file mode 100644 index 0000000..4e41995 --- /dev/null +++ b/Rust/2020/target/debug/deps/memchr-cd879af0cca46318.d @@ -0,0 +1,18 @@ +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/memchr-cd879af0cca46318.rmeta: /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/lib.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/cow.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/memchr/mod.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/memchr/fallback.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/memchr/iter.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/memchr/naive.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/memmem/mod.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/memmem/byte_frequencies.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/memmem/prefilter/mod.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/memmem/prefilter/fallback.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/memmem/rabinkarp.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/memmem/rarebytes.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/memmem/twoway.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/memmem/util.rs + +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/memchr-cd879af0cca46318.d: /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/lib.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/cow.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/memchr/mod.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/memchr/fallback.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/memchr/iter.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/memchr/naive.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/memmem/mod.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/memmem/byte_frequencies.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/memmem/prefilter/mod.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/memmem/prefilter/fallback.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/memmem/rabinkarp.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/memmem/rarebytes.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/memmem/twoway.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/memmem/util.rs + +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/lib.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/cow.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/memchr/mod.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/memchr/fallback.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/memchr/iter.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/memchr/naive.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/memmem/mod.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/memmem/byte_frequencies.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/memmem/prefilter/mod.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/memmem/prefilter/fallback.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/memmem/rabinkarp.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/memmem/rarebytes.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/memmem/twoway.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/memmem/util.rs: diff --git a/Rust/2020/target/debug/deps/regex-e9e388a6760a5649.d b/Rust/2020/target/debug/deps/regex-e9e388a6760a5649.d new file mode 100644 index 0000000..b695744 --- /dev/null +++ b/Rust/2020/target/debug/deps/regex-e9e388a6760a5649.d @@ -0,0 +1,25 @@ +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/regex-e9e388a6760a5649.rmeta: /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/lib.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/backtrack.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/compile.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/dfa.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/error.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/exec.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/expand.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/find_byte.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/input.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/literal/mod.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/literal/imp.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/pikevm.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/pool.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/prog.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/re_builder.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/re_bytes.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/re_set.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/re_trait.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/re_unicode.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/sparse.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/utf8.rs + +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/regex-e9e388a6760a5649.d: /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/lib.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/backtrack.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/compile.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/dfa.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/error.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/exec.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/expand.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/find_byte.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/input.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/literal/mod.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/literal/imp.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/pikevm.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/pool.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/prog.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/re_builder.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/re_bytes.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/re_set.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/re_trait.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/re_unicode.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/sparse.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/utf8.rs + +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/lib.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/backtrack.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/compile.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/dfa.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/error.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/exec.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/expand.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/find_byte.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/input.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/literal/mod.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/literal/imp.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/pikevm.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/pool.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/prog.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/re_builder.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/re_bytes.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/re_set.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/re_trait.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/re_unicode.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/sparse.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/utf8.rs: diff --git a/Rust/2020/target/debug/deps/regex_syntax-f7c8763eead05500.d b/Rust/2020/target/debug/deps/regex_syntax-f7c8763eead05500.d new file mode 100644 index 0000000..6257526 --- /dev/null +++ b/Rust/2020/target/debug/deps/regex_syntax-f7c8763eead05500.d @@ -0,0 +1,33 @@ +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/regex_syntax-f7c8763eead05500.rmeta: /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/lib.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/ast/mod.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/ast/parse.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/ast/print.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/ast/visitor.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/either.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/error.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/hir/mod.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/hir/interval.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/hir/literal/mod.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/hir/print.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/hir/translate.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/hir/visitor.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/parser.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode_tables/mod.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode_tables/age.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode_tables/case_folding_simple.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode_tables/general_category.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode_tables/grapheme_cluster_break.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode_tables/perl_word.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode_tables/property_bool.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode_tables/property_names.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode_tables/property_values.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode_tables/script.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode_tables/script_extension.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode_tables/sentence_break.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode_tables/word_break.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/utf8.rs + +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/regex_syntax-f7c8763eead05500.d: /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/lib.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/ast/mod.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/ast/parse.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/ast/print.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/ast/visitor.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/either.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/error.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/hir/mod.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/hir/interval.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/hir/literal/mod.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/hir/print.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/hir/translate.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/hir/visitor.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/parser.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode_tables/mod.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode_tables/age.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode_tables/case_folding_simple.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode_tables/general_category.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode_tables/grapheme_cluster_break.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode_tables/perl_word.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode_tables/property_bool.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode_tables/property_names.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode_tables/property_values.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode_tables/script.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode_tables/script_extension.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode_tables/sentence_break.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode_tables/word_break.rs /Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/utf8.rs + +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/lib.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/ast/mod.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/ast/parse.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/ast/print.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/ast/visitor.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/either.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/error.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/hir/mod.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/hir/interval.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/hir/literal/mod.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/hir/print.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/hir/translate.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/hir/visitor.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/parser.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode_tables/mod.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode_tables/age.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode_tables/case_folding_simple.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode_tables/general_category.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode_tables/grapheme_cluster_break.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode_tables/perl_word.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode_tables/property_bool.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode_tables/property_names.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode_tables/property_values.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode_tables/script.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode_tables/script_extension.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode_tables/sentence_break.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/unicode_tables/word_break.rs: +/Users/hiller/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/utf8.rs: diff --git a/Rust/2020/target/debug/deps/string_util-c57bb87d2e216fda.d b/Rust/2020/target/debug/deps/string_util-c57bb87d2e216fda.d new file mode 100644 index 0000000..50794a9 --- /dev/null +++ b/Rust/2020/target/debug/deps/string_util-c57bb87d2e216fda.d @@ -0,0 +1,5 @@ +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/string_util-c57bb87d2e216fda.rmeta: src/lib/string_util/src/lib.rs + +/Users/hiller/dev/AdventOfCode/2020/target/debug/deps/string_util-c57bb87d2e216fda.d: src/lib/string_util/src/lib.rs + +src/lib/string_util/src/lib.rs: diff --git a/Rust/2020/target/debug/incremental/day01-1svbby92nrfii/s-gpsdsfeyzp-zzd7q6-g7wdkmid66lc/dep-graph.bin b/Rust/2020/target/debug/incremental/day01-1svbby92nrfii/s-gpsdsfeyzp-zzd7q6-g7wdkmid66lc/dep-graph.bin new file mode 100644 index 0000000..56be71a Binary files /dev/null and b/Rust/2020/target/debug/incremental/day01-1svbby92nrfii/s-gpsdsfeyzp-zzd7q6-g7wdkmid66lc/dep-graph.bin differ diff --git a/Rust/2020/target/debug/incremental/day01-1svbby92nrfii/s-gpsdsfeyzp-zzd7q6-g7wdkmid66lc/query-cache.bin b/Rust/2020/target/debug/incremental/day01-1svbby92nrfii/s-gpsdsfeyzp-zzd7q6-g7wdkmid66lc/query-cache.bin new file mode 100644 index 0000000..c0c5eca Binary files /dev/null and b/Rust/2020/target/debug/incremental/day01-1svbby92nrfii/s-gpsdsfeyzp-zzd7q6-g7wdkmid66lc/query-cache.bin differ diff --git a/Rust/2020/target/debug/incremental/day01-1svbby92nrfii/s-gpsdsfeyzp-zzd7q6-g7wdkmid66lc/work-products.bin b/Rust/2020/target/debug/incremental/day01-1svbby92nrfii/s-gpsdsfeyzp-zzd7q6-g7wdkmid66lc/work-products.bin new file mode 100644 index 0000000..c27f887 Binary files /dev/null and b/Rust/2020/target/debug/incremental/day01-1svbby92nrfii/s-gpsdsfeyzp-zzd7q6-g7wdkmid66lc/work-products.bin differ diff --git a/Rust/2020/target/debug/incremental/day01-1svbby92nrfii/s-gpsdsfeyzp-zzd7q6.lock b/Rust/2020/target/debug/incremental/day01-1svbby92nrfii/s-gpsdsfeyzp-zzd7q6.lock new file mode 100755 index 0000000..e69de29 diff --git a/Rust/2020/target/debug/incremental/day01-2v0nwm9rvidv6/s-gpsdsfeulu-1cmpdgw-317jwhzh0yvfn/dep-graph.bin b/Rust/2020/target/debug/incremental/day01-2v0nwm9rvidv6/s-gpsdsfeulu-1cmpdgw-317jwhzh0yvfn/dep-graph.bin new file mode 100644 index 0000000..b0c9e9f Binary files /dev/null and b/Rust/2020/target/debug/incremental/day01-2v0nwm9rvidv6/s-gpsdsfeulu-1cmpdgw-317jwhzh0yvfn/dep-graph.bin differ diff --git a/Rust/2020/target/debug/incremental/day01-2v0nwm9rvidv6/s-gpsdsfeulu-1cmpdgw-317jwhzh0yvfn/query-cache.bin b/Rust/2020/target/debug/incremental/day01-2v0nwm9rvidv6/s-gpsdsfeulu-1cmpdgw-317jwhzh0yvfn/query-cache.bin new file mode 100644 index 0000000..024b35a Binary files /dev/null and b/Rust/2020/target/debug/incremental/day01-2v0nwm9rvidv6/s-gpsdsfeulu-1cmpdgw-317jwhzh0yvfn/query-cache.bin differ diff --git a/Rust/2020/target/debug/incremental/day01-2v0nwm9rvidv6/s-gpsdsfeulu-1cmpdgw-317jwhzh0yvfn/work-products.bin b/Rust/2020/target/debug/incremental/day01-2v0nwm9rvidv6/s-gpsdsfeulu-1cmpdgw-317jwhzh0yvfn/work-products.bin new file mode 100644 index 0000000..c27f887 Binary files /dev/null and b/Rust/2020/target/debug/incremental/day01-2v0nwm9rvidv6/s-gpsdsfeulu-1cmpdgw-317jwhzh0yvfn/work-products.bin differ diff --git a/Rust/2020/target/debug/incremental/day01-2v0nwm9rvidv6/s-gpsdsfeulu-1cmpdgw.lock b/Rust/2020/target/debug/incremental/day01-2v0nwm9rvidv6/s-gpsdsfeulu-1cmpdgw.lock new file mode 100755 index 0000000..e69de29 diff --git a/Rust/2020/target/debug/incremental/day02-2rv0day0xpqqs/s-gpsdsfhglt-bxr9z0-146nyhmro48wn/dep-graph.bin b/Rust/2020/target/debug/incremental/day02-2rv0day0xpqqs/s-gpsdsfhglt-bxr9z0-146nyhmro48wn/dep-graph.bin new file mode 100644 index 0000000..68d8766 Binary files /dev/null and b/Rust/2020/target/debug/incremental/day02-2rv0day0xpqqs/s-gpsdsfhglt-bxr9z0-146nyhmro48wn/dep-graph.bin differ diff --git a/Rust/2020/target/debug/incremental/day02-2rv0day0xpqqs/s-gpsdsfhglt-bxr9z0-146nyhmro48wn/query-cache.bin b/Rust/2020/target/debug/incremental/day02-2rv0day0xpqqs/s-gpsdsfhglt-bxr9z0-146nyhmro48wn/query-cache.bin new file mode 100644 index 0000000..766f42c Binary files /dev/null and b/Rust/2020/target/debug/incremental/day02-2rv0day0xpqqs/s-gpsdsfhglt-bxr9z0-146nyhmro48wn/query-cache.bin differ diff --git a/Rust/2020/target/debug/incremental/day02-2rv0day0xpqqs/s-gpsdsfhglt-bxr9z0-146nyhmro48wn/work-products.bin b/Rust/2020/target/debug/incremental/day02-2rv0day0xpqqs/s-gpsdsfhglt-bxr9z0-146nyhmro48wn/work-products.bin new file mode 100644 index 0000000..c27f887 Binary files /dev/null and b/Rust/2020/target/debug/incremental/day02-2rv0day0xpqqs/s-gpsdsfhglt-bxr9z0-146nyhmro48wn/work-products.bin differ diff --git a/Rust/2020/target/debug/incremental/day02-2rv0day0xpqqs/s-gpsdsfhglt-bxr9z0.lock b/Rust/2020/target/debug/incremental/day02-2rv0day0xpqqs/s-gpsdsfhglt-bxr9z0.lock new file mode 100755 index 0000000..e69de29 diff --git a/Rust/2020/target/debug/incremental/day02-ujx1inaekdiw/s-gpsdsff685-1d4jz6h-1ius0c09pfqj7/dep-graph.bin b/Rust/2020/target/debug/incremental/day02-ujx1inaekdiw/s-gpsdsff685-1d4jz6h-1ius0c09pfqj7/dep-graph.bin new file mode 100644 index 0000000..31b4b16 Binary files /dev/null and b/Rust/2020/target/debug/incremental/day02-ujx1inaekdiw/s-gpsdsff685-1d4jz6h-1ius0c09pfqj7/dep-graph.bin differ diff --git a/Rust/2020/target/debug/incremental/day02-ujx1inaekdiw/s-gpsdsff685-1d4jz6h-1ius0c09pfqj7/query-cache.bin b/Rust/2020/target/debug/incremental/day02-ujx1inaekdiw/s-gpsdsff685-1d4jz6h-1ius0c09pfqj7/query-cache.bin new file mode 100644 index 0000000..964c945 Binary files /dev/null and b/Rust/2020/target/debug/incremental/day02-ujx1inaekdiw/s-gpsdsff685-1d4jz6h-1ius0c09pfqj7/query-cache.bin differ diff --git a/Rust/2020/target/debug/incremental/day02-ujx1inaekdiw/s-gpsdsff685-1d4jz6h-1ius0c09pfqj7/work-products.bin b/Rust/2020/target/debug/incremental/day02-ujx1inaekdiw/s-gpsdsff685-1d4jz6h-1ius0c09pfqj7/work-products.bin new file mode 100644 index 0000000..c27f887 Binary files /dev/null and b/Rust/2020/target/debug/incremental/day02-ujx1inaekdiw/s-gpsdsff685-1d4jz6h-1ius0c09pfqj7/work-products.bin differ diff --git a/Rust/2020/target/debug/incremental/day02-ujx1inaekdiw/s-gpsdsff685-1d4jz6h.lock b/Rust/2020/target/debug/incremental/day02-ujx1inaekdiw/s-gpsdsff685-1d4jz6h.lock new file mode 100755 index 0000000..e69de29 diff --git a/Rust/2020/target/debug/incremental/day03-3auck9b3hwfcj/s-gpsdsferrx-rrh09k-33v1dh22zkamn/dep-graph.bin b/Rust/2020/target/debug/incremental/day03-3auck9b3hwfcj/s-gpsdsferrx-rrh09k-33v1dh22zkamn/dep-graph.bin new file mode 100644 index 0000000..e9211dc Binary files /dev/null and b/Rust/2020/target/debug/incremental/day03-3auck9b3hwfcj/s-gpsdsferrx-rrh09k-33v1dh22zkamn/dep-graph.bin differ diff --git a/Rust/2020/target/debug/incremental/day03-3auck9b3hwfcj/s-gpsdsferrx-rrh09k-33v1dh22zkamn/query-cache.bin b/Rust/2020/target/debug/incremental/day03-3auck9b3hwfcj/s-gpsdsferrx-rrh09k-33v1dh22zkamn/query-cache.bin new file mode 100644 index 0000000..f515f63 Binary files /dev/null and b/Rust/2020/target/debug/incremental/day03-3auck9b3hwfcj/s-gpsdsferrx-rrh09k-33v1dh22zkamn/query-cache.bin differ diff --git a/Rust/2020/target/debug/incremental/day03-3auck9b3hwfcj/s-gpsdsferrx-rrh09k-33v1dh22zkamn/work-products.bin b/Rust/2020/target/debug/incremental/day03-3auck9b3hwfcj/s-gpsdsferrx-rrh09k-33v1dh22zkamn/work-products.bin new file mode 100644 index 0000000..c27f887 Binary files /dev/null and b/Rust/2020/target/debug/incremental/day03-3auck9b3hwfcj/s-gpsdsferrx-rrh09k-33v1dh22zkamn/work-products.bin differ diff --git a/Rust/2020/target/debug/incremental/day03-3auck9b3hwfcj/s-gpsdsferrx-rrh09k.lock b/Rust/2020/target/debug/incremental/day03-3auck9b3hwfcj/s-gpsdsferrx-rrh09k.lock new file mode 100755 index 0000000..e69de29 diff --git a/Rust/2020/target/debug/incremental/day03-q3ve7d48rp3j/s-gpsdsfh6w7-dh5ii5-2lkzyedf5fv97/dep-graph.bin b/Rust/2020/target/debug/incremental/day03-q3ve7d48rp3j/s-gpsdsfh6w7-dh5ii5-2lkzyedf5fv97/dep-graph.bin new file mode 100644 index 0000000..2d3bb74 Binary files /dev/null and b/Rust/2020/target/debug/incremental/day03-q3ve7d48rp3j/s-gpsdsfh6w7-dh5ii5-2lkzyedf5fv97/dep-graph.bin differ diff --git a/Rust/2020/target/debug/incremental/day03-q3ve7d48rp3j/s-gpsdsfh6w7-dh5ii5-2lkzyedf5fv97/query-cache.bin b/Rust/2020/target/debug/incremental/day03-q3ve7d48rp3j/s-gpsdsfh6w7-dh5ii5-2lkzyedf5fv97/query-cache.bin new file mode 100644 index 0000000..93c0f9e Binary files /dev/null and b/Rust/2020/target/debug/incremental/day03-q3ve7d48rp3j/s-gpsdsfh6w7-dh5ii5-2lkzyedf5fv97/query-cache.bin differ diff --git a/Rust/2020/target/debug/incremental/day03-q3ve7d48rp3j/s-gpsdsfh6w7-dh5ii5-2lkzyedf5fv97/work-products.bin b/Rust/2020/target/debug/incremental/day03-q3ve7d48rp3j/s-gpsdsfh6w7-dh5ii5-2lkzyedf5fv97/work-products.bin new file mode 100644 index 0000000..c27f887 Binary files /dev/null and b/Rust/2020/target/debug/incremental/day03-q3ve7d48rp3j/s-gpsdsfh6w7-dh5ii5-2lkzyedf5fv97/work-products.bin differ diff --git a/Rust/2020/target/debug/incremental/day03-q3ve7d48rp3j/s-gpsdsfh6w7-dh5ii5.lock b/Rust/2020/target/debug/incremental/day03-q3ve7d48rp3j/s-gpsdsfh6w7-dh5ii5.lock new file mode 100755 index 0000000..e69de29 diff --git a/Rust/2020/target/debug/incremental/day04-1y0h576o6mco1/s-gpsdsff2dv-dbk348-27btfg4wxdw78/dep-graph.bin b/Rust/2020/target/debug/incremental/day04-1y0h576o6mco1/s-gpsdsff2dv-dbk348-27btfg4wxdw78/dep-graph.bin new file mode 100644 index 0000000..4b664ff Binary files /dev/null and b/Rust/2020/target/debug/incremental/day04-1y0h576o6mco1/s-gpsdsff2dv-dbk348-27btfg4wxdw78/dep-graph.bin differ diff --git a/Rust/2020/target/debug/incremental/day04-1y0h576o6mco1/s-gpsdsff2dv-dbk348-27btfg4wxdw78/query-cache.bin b/Rust/2020/target/debug/incremental/day04-1y0h576o6mco1/s-gpsdsff2dv-dbk348-27btfg4wxdw78/query-cache.bin new file mode 100644 index 0000000..37d32fc Binary files /dev/null and b/Rust/2020/target/debug/incremental/day04-1y0h576o6mco1/s-gpsdsff2dv-dbk348-27btfg4wxdw78/query-cache.bin differ diff --git a/Rust/2020/target/debug/incremental/day04-1y0h576o6mco1/s-gpsdsff2dv-dbk348-27btfg4wxdw78/work-products.bin b/Rust/2020/target/debug/incremental/day04-1y0h576o6mco1/s-gpsdsff2dv-dbk348-27btfg4wxdw78/work-products.bin new file mode 100644 index 0000000..c27f887 Binary files /dev/null and b/Rust/2020/target/debug/incremental/day04-1y0h576o6mco1/s-gpsdsff2dv-dbk348-27btfg4wxdw78/work-products.bin differ diff --git a/Rust/2020/target/debug/incremental/day04-1y0h576o6mco1/s-gpsdsff2dv-dbk348.lock b/Rust/2020/target/debug/incremental/day04-1y0h576o6mco1/s-gpsdsff2dv-dbk348.lock new file mode 100755 index 0000000..e69de29 diff --git a/Rust/2020/target/debug/incremental/day04-3ofq4rbq5m81j/s-gpsdsfh8pe-1mq1ey3-bhcoicb3fyfl/dep-graph.bin b/Rust/2020/target/debug/incremental/day04-3ofq4rbq5m81j/s-gpsdsfh8pe-1mq1ey3-bhcoicb3fyfl/dep-graph.bin new file mode 100644 index 0000000..6f42f6f Binary files /dev/null and b/Rust/2020/target/debug/incremental/day04-3ofq4rbq5m81j/s-gpsdsfh8pe-1mq1ey3-bhcoicb3fyfl/dep-graph.bin differ diff --git a/Rust/2020/target/debug/incremental/day04-3ofq4rbq5m81j/s-gpsdsfh8pe-1mq1ey3-bhcoicb3fyfl/query-cache.bin b/Rust/2020/target/debug/incremental/day04-3ofq4rbq5m81j/s-gpsdsfh8pe-1mq1ey3-bhcoicb3fyfl/query-cache.bin new file mode 100644 index 0000000..ccd300e Binary files /dev/null and b/Rust/2020/target/debug/incremental/day04-3ofq4rbq5m81j/s-gpsdsfh8pe-1mq1ey3-bhcoicb3fyfl/query-cache.bin differ diff --git a/Rust/2020/target/debug/incremental/day04-3ofq4rbq5m81j/s-gpsdsfh8pe-1mq1ey3-bhcoicb3fyfl/work-products.bin b/Rust/2020/target/debug/incremental/day04-3ofq4rbq5m81j/s-gpsdsfh8pe-1mq1ey3-bhcoicb3fyfl/work-products.bin new file mode 100644 index 0000000..c27f887 Binary files /dev/null and b/Rust/2020/target/debug/incremental/day04-3ofq4rbq5m81j/s-gpsdsfh8pe-1mq1ey3-bhcoicb3fyfl/work-products.bin differ diff --git a/Rust/2020/target/debug/incremental/day04-3ofq4rbq5m81j/s-gpsdsfh8pe-1mq1ey3.lock b/Rust/2020/target/debug/incremental/day04-3ofq4rbq5m81j/s-gpsdsfh8pe-1mq1ey3.lock new file mode 100755 index 0000000..e69de29 diff --git a/Rust/2020/target/debug/incremental/day05-22dht8pfkrh1o/s-gpsdsfg3sn-f8uw39-3ahw72llgw7mc/dep-graph.bin b/Rust/2020/target/debug/incremental/day05-22dht8pfkrh1o/s-gpsdsfg3sn-f8uw39-3ahw72llgw7mc/dep-graph.bin new file mode 100644 index 0000000..e0ad709 Binary files /dev/null and b/Rust/2020/target/debug/incremental/day05-22dht8pfkrh1o/s-gpsdsfg3sn-f8uw39-3ahw72llgw7mc/dep-graph.bin differ diff --git a/Rust/2020/target/debug/incremental/day05-22dht8pfkrh1o/s-gpsdsfg3sn-f8uw39-3ahw72llgw7mc/query-cache.bin b/Rust/2020/target/debug/incremental/day05-22dht8pfkrh1o/s-gpsdsfg3sn-f8uw39-3ahw72llgw7mc/query-cache.bin new file mode 100644 index 0000000..6072b38 Binary files /dev/null and b/Rust/2020/target/debug/incremental/day05-22dht8pfkrh1o/s-gpsdsfg3sn-f8uw39-3ahw72llgw7mc/query-cache.bin differ diff --git a/Rust/2020/target/debug/incremental/day05-22dht8pfkrh1o/s-gpsdsfg3sn-f8uw39-3ahw72llgw7mc/work-products.bin b/Rust/2020/target/debug/incremental/day05-22dht8pfkrh1o/s-gpsdsfg3sn-f8uw39-3ahw72llgw7mc/work-products.bin new file mode 100644 index 0000000..c27f887 Binary files /dev/null and b/Rust/2020/target/debug/incremental/day05-22dht8pfkrh1o/s-gpsdsfg3sn-f8uw39-3ahw72llgw7mc/work-products.bin differ diff --git a/Rust/2020/target/debug/incremental/day05-22dht8pfkrh1o/s-gpsdsfg3sn-f8uw39.lock b/Rust/2020/target/debug/incremental/day05-22dht8pfkrh1o/s-gpsdsfg3sn-f8uw39.lock new file mode 100755 index 0000000..e69de29 diff --git a/Rust/2020/target/debug/incremental/day05-3l0wuzwsyd29d/s-gpsdsfeu1h-2y965f-3tq7ldwkdqsvi/dep-graph.bin b/Rust/2020/target/debug/incremental/day05-3l0wuzwsyd29d/s-gpsdsfeu1h-2y965f-3tq7ldwkdqsvi/dep-graph.bin new file mode 100644 index 0000000..2deb67f Binary files /dev/null and b/Rust/2020/target/debug/incremental/day05-3l0wuzwsyd29d/s-gpsdsfeu1h-2y965f-3tq7ldwkdqsvi/dep-graph.bin differ diff --git a/Rust/2020/target/debug/incremental/day05-3l0wuzwsyd29d/s-gpsdsfeu1h-2y965f-3tq7ldwkdqsvi/query-cache.bin b/Rust/2020/target/debug/incremental/day05-3l0wuzwsyd29d/s-gpsdsfeu1h-2y965f-3tq7ldwkdqsvi/query-cache.bin new file mode 100644 index 0000000..6292193 Binary files /dev/null and b/Rust/2020/target/debug/incremental/day05-3l0wuzwsyd29d/s-gpsdsfeu1h-2y965f-3tq7ldwkdqsvi/query-cache.bin differ diff --git a/Rust/2020/target/debug/incremental/day05-3l0wuzwsyd29d/s-gpsdsfeu1h-2y965f-3tq7ldwkdqsvi/work-products.bin b/Rust/2020/target/debug/incremental/day05-3l0wuzwsyd29d/s-gpsdsfeu1h-2y965f-3tq7ldwkdqsvi/work-products.bin new file mode 100644 index 0000000..c27f887 Binary files /dev/null and b/Rust/2020/target/debug/incremental/day05-3l0wuzwsyd29d/s-gpsdsfeu1h-2y965f-3tq7ldwkdqsvi/work-products.bin differ diff --git a/Rust/2020/target/debug/incremental/day05-3l0wuzwsyd29d/s-gpsdsfeu1h-2y965f.lock b/Rust/2020/target/debug/incremental/day05-3l0wuzwsyd29d/s-gpsdsfeu1h-2y965f.lock new file mode 100755 index 0000000..e69de29 diff --git a/Rust/2020/target/debug/incremental/day06-10t9yto1yube1/s-gpsdsfex8l-uxxxh1-36255lsx7l03z/dep-graph.bin b/Rust/2020/target/debug/incremental/day06-10t9yto1yube1/s-gpsdsfex8l-uxxxh1-36255lsx7l03z/dep-graph.bin new file mode 100644 index 0000000..2ed7b53 Binary files /dev/null and b/Rust/2020/target/debug/incremental/day06-10t9yto1yube1/s-gpsdsfex8l-uxxxh1-36255lsx7l03z/dep-graph.bin differ diff --git a/Rust/2020/target/debug/incremental/day06-10t9yto1yube1/s-gpsdsfex8l-uxxxh1-36255lsx7l03z/query-cache.bin b/Rust/2020/target/debug/incremental/day06-10t9yto1yube1/s-gpsdsfex8l-uxxxh1-36255lsx7l03z/query-cache.bin new file mode 100644 index 0000000..ff4b3d5 Binary files /dev/null and b/Rust/2020/target/debug/incremental/day06-10t9yto1yube1/s-gpsdsfex8l-uxxxh1-36255lsx7l03z/query-cache.bin differ diff --git a/Rust/2020/target/debug/incremental/day06-10t9yto1yube1/s-gpsdsfex8l-uxxxh1-36255lsx7l03z/work-products.bin b/Rust/2020/target/debug/incremental/day06-10t9yto1yube1/s-gpsdsfex8l-uxxxh1-36255lsx7l03z/work-products.bin new file mode 100644 index 0000000..c27f887 Binary files /dev/null and b/Rust/2020/target/debug/incremental/day06-10t9yto1yube1/s-gpsdsfex8l-uxxxh1-36255lsx7l03z/work-products.bin differ diff --git a/Rust/2020/target/debug/incremental/day06-10t9yto1yube1/s-gpsdsfex8l-uxxxh1.lock b/Rust/2020/target/debug/incremental/day06-10t9yto1yube1/s-gpsdsfex8l-uxxxh1.lock new file mode 100755 index 0000000..e69de29 diff --git a/Rust/2020/target/debug/incremental/day06-1g7zfx8walss0/s-gpsdsff2om-174l7px-12lfh9dpgkxr6/dep-graph.bin b/Rust/2020/target/debug/incremental/day06-1g7zfx8walss0/s-gpsdsff2om-174l7px-12lfh9dpgkxr6/dep-graph.bin new file mode 100644 index 0000000..df0635d Binary files /dev/null and b/Rust/2020/target/debug/incremental/day06-1g7zfx8walss0/s-gpsdsff2om-174l7px-12lfh9dpgkxr6/dep-graph.bin differ diff --git a/Rust/2020/target/debug/incremental/day06-1g7zfx8walss0/s-gpsdsff2om-174l7px-12lfh9dpgkxr6/query-cache.bin b/Rust/2020/target/debug/incremental/day06-1g7zfx8walss0/s-gpsdsff2om-174l7px-12lfh9dpgkxr6/query-cache.bin new file mode 100644 index 0000000..4088267 Binary files /dev/null and b/Rust/2020/target/debug/incremental/day06-1g7zfx8walss0/s-gpsdsff2om-174l7px-12lfh9dpgkxr6/query-cache.bin differ diff --git a/Rust/2020/target/debug/incremental/day06-1g7zfx8walss0/s-gpsdsff2om-174l7px-12lfh9dpgkxr6/work-products.bin b/Rust/2020/target/debug/incremental/day06-1g7zfx8walss0/s-gpsdsff2om-174l7px-12lfh9dpgkxr6/work-products.bin new file mode 100644 index 0000000..c27f887 Binary files /dev/null and b/Rust/2020/target/debug/incremental/day06-1g7zfx8walss0/s-gpsdsff2om-174l7px-12lfh9dpgkxr6/work-products.bin differ diff --git a/Rust/2020/target/debug/incremental/day06-1g7zfx8walss0/s-gpsdsff2om-174l7px.lock b/Rust/2020/target/debug/incremental/day06-1g7zfx8walss0/s-gpsdsff2om-174l7px.lock new file mode 100755 index 0000000..e69de29 diff --git a/Rust/2020/target/debug/incremental/day07-1zibc7z84bbqo/s-gpsdsfhbld-1aypoq0-1ppi9iad28pyv/dep-graph.bin b/Rust/2020/target/debug/incremental/day07-1zibc7z84bbqo/s-gpsdsfhbld-1aypoq0-1ppi9iad28pyv/dep-graph.bin new file mode 100644 index 0000000..e99aa4a Binary files /dev/null and b/Rust/2020/target/debug/incremental/day07-1zibc7z84bbqo/s-gpsdsfhbld-1aypoq0-1ppi9iad28pyv/dep-graph.bin differ diff --git a/Rust/2020/target/debug/incremental/day07-1zibc7z84bbqo/s-gpsdsfhbld-1aypoq0-1ppi9iad28pyv/query-cache.bin b/Rust/2020/target/debug/incremental/day07-1zibc7z84bbqo/s-gpsdsfhbld-1aypoq0-1ppi9iad28pyv/query-cache.bin new file mode 100644 index 0000000..4cff946 Binary files /dev/null and b/Rust/2020/target/debug/incremental/day07-1zibc7z84bbqo/s-gpsdsfhbld-1aypoq0-1ppi9iad28pyv/query-cache.bin differ diff --git a/Rust/2020/target/debug/incremental/day07-1zibc7z84bbqo/s-gpsdsfhbld-1aypoq0-1ppi9iad28pyv/work-products.bin b/Rust/2020/target/debug/incremental/day07-1zibc7z84bbqo/s-gpsdsfhbld-1aypoq0-1ppi9iad28pyv/work-products.bin new file mode 100644 index 0000000..c27f887 Binary files /dev/null and b/Rust/2020/target/debug/incremental/day07-1zibc7z84bbqo/s-gpsdsfhbld-1aypoq0-1ppi9iad28pyv/work-products.bin differ diff --git a/Rust/2020/target/debug/incremental/day07-1zibc7z84bbqo/s-gpsdsfhbld-1aypoq0.lock b/Rust/2020/target/debug/incremental/day07-1zibc7z84bbqo/s-gpsdsfhbld-1aypoq0.lock new file mode 100755 index 0000000..e69de29 diff --git a/Rust/2020/target/debug/incremental/day07-22dqqn72enonf/s-gpsdsffayb-r2fb7s-2kvs3dj3bp2mw/dep-graph.bin b/Rust/2020/target/debug/incremental/day07-22dqqn72enonf/s-gpsdsffayb-r2fb7s-2kvs3dj3bp2mw/dep-graph.bin new file mode 100644 index 0000000..efd1afa Binary files /dev/null and b/Rust/2020/target/debug/incremental/day07-22dqqn72enonf/s-gpsdsffayb-r2fb7s-2kvs3dj3bp2mw/dep-graph.bin differ diff --git a/Rust/2020/target/debug/incremental/day07-22dqqn72enonf/s-gpsdsffayb-r2fb7s-2kvs3dj3bp2mw/query-cache.bin b/Rust/2020/target/debug/incremental/day07-22dqqn72enonf/s-gpsdsffayb-r2fb7s-2kvs3dj3bp2mw/query-cache.bin new file mode 100644 index 0000000..1c7e5c1 Binary files /dev/null and b/Rust/2020/target/debug/incremental/day07-22dqqn72enonf/s-gpsdsffayb-r2fb7s-2kvs3dj3bp2mw/query-cache.bin differ diff --git a/Rust/2020/target/debug/incremental/day07-22dqqn72enonf/s-gpsdsffayb-r2fb7s-2kvs3dj3bp2mw/work-products.bin b/Rust/2020/target/debug/incremental/day07-22dqqn72enonf/s-gpsdsffayb-r2fb7s-2kvs3dj3bp2mw/work-products.bin new file mode 100644 index 0000000..c27f887 Binary files /dev/null and b/Rust/2020/target/debug/incremental/day07-22dqqn72enonf/s-gpsdsffayb-r2fb7s-2kvs3dj3bp2mw/work-products.bin differ diff --git a/Rust/2020/target/debug/incremental/day07-22dqqn72enonf/s-gpsdsffayb-r2fb7s.lock b/Rust/2020/target/debug/incremental/day07-22dqqn72enonf/s-gpsdsffayb-r2fb7s.lock new file mode 100755 index 0000000..e69de29 diff --git a/Rust/2020/target/debug/incremental/day08-2hum1sjd2jail/s-gpsdsfhb4v-1g40vn6-working/dep-graph.part.bin b/Rust/2020/target/debug/incremental/day08-2hum1sjd2jail/s-gpsdsfhb4v-1g40vn6-working/dep-graph.part.bin new file mode 100644 index 0000000..122aec7 Binary files /dev/null and b/Rust/2020/target/debug/incremental/day08-2hum1sjd2jail/s-gpsdsfhb4v-1g40vn6-working/dep-graph.part.bin differ diff --git a/Rust/2020/target/debug/incremental/day08-2hum1sjd2jail/s-gpsdsfhb4v-1g40vn6.lock b/Rust/2020/target/debug/incremental/day08-2hum1sjd2jail/s-gpsdsfhb4v-1g40vn6.lock new file mode 100755 index 0000000..e69de29 diff --git a/Rust/2020/target/debug/incremental/day08-30j6zn57135cp/s-gpsdsfh7kl-bks3sw-working/dep-graph.part.bin b/Rust/2020/target/debug/incremental/day08-30j6zn57135cp/s-gpsdsfh7kl-bks3sw-working/dep-graph.part.bin new file mode 100644 index 0000000..119098b Binary files /dev/null and b/Rust/2020/target/debug/incremental/day08-30j6zn57135cp/s-gpsdsfh7kl-bks3sw-working/dep-graph.part.bin differ diff --git a/Rust/2020/target/debug/incremental/day08-30j6zn57135cp/s-gpsdsfh7kl-bks3sw.lock b/Rust/2020/target/debug/incremental/day08-30j6zn57135cp/s-gpsdsfh7kl-bks3sw.lock new file mode 100755 index 0000000..e69de29 diff --git a/Rust/2020/target/debug/incremental/file_handler-864jg5jpxdvz/s-gpsdsekxk9-1sm5yjj-1ipvbarde3idb/dep-graph.bin b/Rust/2020/target/debug/incremental/file_handler-864jg5jpxdvz/s-gpsdsekxk9-1sm5yjj-1ipvbarde3idb/dep-graph.bin new file mode 100644 index 0000000..4a61cda Binary files /dev/null and b/Rust/2020/target/debug/incremental/file_handler-864jg5jpxdvz/s-gpsdsekxk9-1sm5yjj-1ipvbarde3idb/dep-graph.bin differ diff --git a/Rust/2020/target/debug/incremental/file_handler-864jg5jpxdvz/s-gpsdsekxk9-1sm5yjj-1ipvbarde3idb/query-cache.bin b/Rust/2020/target/debug/incremental/file_handler-864jg5jpxdvz/s-gpsdsekxk9-1sm5yjj-1ipvbarde3idb/query-cache.bin new file mode 100644 index 0000000..16d652f Binary files /dev/null and b/Rust/2020/target/debug/incremental/file_handler-864jg5jpxdvz/s-gpsdsekxk9-1sm5yjj-1ipvbarde3idb/query-cache.bin differ diff --git a/Rust/2020/target/debug/incremental/file_handler-864jg5jpxdvz/s-gpsdsekxk9-1sm5yjj-1ipvbarde3idb/work-products.bin b/Rust/2020/target/debug/incremental/file_handler-864jg5jpxdvz/s-gpsdsekxk9-1sm5yjj-1ipvbarde3idb/work-products.bin new file mode 100644 index 0000000..c27f887 Binary files /dev/null and b/Rust/2020/target/debug/incremental/file_handler-864jg5jpxdvz/s-gpsdsekxk9-1sm5yjj-1ipvbarde3idb/work-products.bin differ diff --git a/Rust/2020/target/debug/incremental/file_handler-864jg5jpxdvz/s-gpsdsekxk9-1sm5yjj.lock b/Rust/2020/target/debug/incremental/file_handler-864jg5jpxdvz/s-gpsdsekxk9-1sm5yjj.lock new file mode 100755 index 0000000..e69de29 diff --git a/Rust/2020/target/debug/incremental/string_util-3t2i02gjlc2jn/s-gpsdseky79-59xnxj-1xplzle5w0p9s/dep-graph.bin b/Rust/2020/target/debug/incremental/string_util-3t2i02gjlc2jn/s-gpsdseky79-59xnxj-1xplzle5w0p9s/dep-graph.bin new file mode 100644 index 0000000..a7506b8 Binary files /dev/null and b/Rust/2020/target/debug/incremental/string_util-3t2i02gjlc2jn/s-gpsdseky79-59xnxj-1xplzle5w0p9s/dep-graph.bin differ diff --git a/Rust/2020/target/debug/incremental/string_util-3t2i02gjlc2jn/s-gpsdseky79-59xnxj-1xplzle5w0p9s/query-cache.bin b/Rust/2020/target/debug/incremental/string_util-3t2i02gjlc2jn/s-gpsdseky79-59xnxj-1xplzle5w0p9s/query-cache.bin new file mode 100644 index 0000000..33e73e2 Binary files /dev/null and b/Rust/2020/target/debug/incremental/string_util-3t2i02gjlc2jn/s-gpsdseky79-59xnxj-1xplzle5w0p9s/query-cache.bin differ diff --git a/Rust/2020/target/debug/incremental/string_util-3t2i02gjlc2jn/s-gpsdseky79-59xnxj-1xplzle5w0p9s/work-products.bin b/Rust/2020/target/debug/incremental/string_util-3t2i02gjlc2jn/s-gpsdseky79-59xnxj-1xplzle5w0p9s/work-products.bin new file mode 100644 index 0000000..c27f887 Binary files /dev/null and b/Rust/2020/target/debug/incremental/string_util-3t2i02gjlc2jn/s-gpsdseky79-59xnxj-1xplzle5w0p9s/work-products.bin differ diff --git a/Rust/2020/target/debug/incremental/string_util-3t2i02gjlc2jn/s-gpsdseky79-59xnxj.lock b/Rust/2020/target/debug/incremental/string_util-3t2i02gjlc2jn/s-gpsdseky79-59xnxj.lock new file mode 100755 index 0000000..e69de29