Add days 11, 12

This commit is contained in:
2021-02-07 18:20:34 +11:00
parent 263bbbb5a2
commit 5fdb3c5a37
213 changed files with 1731 additions and 58 deletions

View File

@@ -1 +0,0 @@
{"rustc_fingerprint":4191169781050156317,"outputs":{"13789308117277828956":["___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/home/arvil/.rustup/toolchains/stable-x86_64-unknown-linux-gnu\ndebug_assertions\nfeature=\"cargo-clippy\"\nproc_macro\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\nunix\n",""],"4476964694761187371":["___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/home/arvil/.rustup/toolchains/stable-x86_64-unknown-linux-gnu\ndebug_assertions\nproc_macro\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\nunix\n",""],"1164083562126845933":["rustc 1.46.0 (04488afe3 2020-08-24)\nbinary: rustc\ncommit-hash: 04488afe34512aa4c33566eb16d8c912a3ae04f9\ncommit-date: 2020-08-24\nhost: x86_64-unknown-linux-gnu\nrelease: 1.46.0\nLLVM version: 10.0\n",""],"16929990295604814582":["___\n",""],"2196823701345282402":["___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/home/arvil/.rustup/toolchains/stable-x86_64-unknown-linux-gnu\ndebug_assertions\nproc_macro\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\nunix\n",""],"9859703030026944830":["___\n",""]},"successes":{}}

View File

@@ -1,3 +0,0 @@
Signature: 8a477f597d28d172789f06886806bc55
# This file is a cache directory tag created by cargo.
# For information about cache directory tags see https://bford.info/cachedir/

View File

@@ -1 +0,0 @@
{"rustc":7210524046684111384,"features":"[]","target":1974148002437621829,"profile":1613559695681135254,"path":1036222786711178230,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/adapter_array-2420e82e6f99395b/dep-bin-adapter_array"}}],"rustflags":[],"metadata":14252281678896127600,"config":0}

View File

@@ -1 +0,0 @@
This file has an mtime of when this was started.

View File

@@ -1 +0,0 @@
{"rustc":7210524046684111384,"features":"[]","target":1974148002437621829,"profile":18074012566298724745,"path":1036222786711178230,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/adapter_array-2cecd1a04665a8d4/dep-bin-adapter_array"}}],"rustflags":[],"metadata":14252281678896127600,"config":0}

View File

@@ -1 +0,0 @@
This file has an mtime of when this was started.

View File

@@ -1 +0,0 @@
This file has an mtime of when this was started.

View File

@@ -1,2 +0,0 @@
{"message":"function is never used: `solve_part2`","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"src/main.rs","byte_start":716,"byte_end":727,"line_start":23,"line_end":23,"column_start":4,"column_end":15,"is_primary":true,"text":[{"text":"fn solve_part2(folts: &[usize]) -> usize {","highlight_start":4,"highlight_end":15}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(dead_code)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: function is never used: `solve_part2`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/main.rs:23:4\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;12m23\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0mfn solve_part2(folts: &[usize]) -> usize {\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(dead_code)]` on by default\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"}

View File

@@ -1 +0,0 @@
{"rustc":7210524046684111384,"features":"[]","target":1974148002437621829,"profile":10655494245791646288,"path":1036222786711178230,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/adapter_array-6533e9e7a9619d0a/dep-test-bin-adapter_array"}}],"rustflags":[],"metadata":14252281678896127600,"config":0}

View File

@@ -1 +0,0 @@
This file has an mtime of when this was started.

View File

@@ -1 +0,0 @@
{"rustc":7210524046684111384,"features":"[]","target":1974148002437621829,"profile":8341259748240011191,"path":1036222786711178230,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/adapter_array-e65c4783fd998dbd/dep-test-bin-adapter_array"}}],"rustflags":[],"metadata":14252281678896127600,"config":0}

View File

@@ -1 +0,0 @@
/home/arvil/code/aoc20/10-adapter_array/target/debug/adapter_array: /home/arvil/code/aoc20/10-adapter_array/data/input /home/arvil/code/aoc20/10-adapter_array/src/main.rs

View File

@@ -1,6 +0,0 @@
/home/arvil/code/aoc20/10-adapter_array/target/debug/deps/adapter_array-2420e82e6f99395b.rmeta: src/main.rs src/../data/input
/home/arvil/code/aoc20/10-adapter_array/target/debug/deps/adapter_array-2420e82e6f99395b.d: src/main.rs src/../data/input
src/main.rs:
src/../data/input:

View File

@@ -1,6 +0,0 @@
/home/arvil/code/aoc20/10-adapter_array/target/debug/deps/adapter_array-2cecd1a04665a8d4: src/main.rs src/../data/input
/home/arvil/code/aoc20/10-adapter_array/target/debug/deps/adapter_array-2cecd1a04665a8d4.d: src/main.rs src/../data/input
src/main.rs:
src/../data/input:

View File

@@ -1,6 +0,0 @@
/home/arvil/code/aoc20/10-adapter_array/target/debug/deps/adapter_array-6533e9e7a9619d0a: src/main.rs src/../data/input
/home/arvil/code/aoc20/10-adapter_array/target/debug/deps/adapter_array-6533e9e7a9619d0a.d: src/main.rs src/../data/input
src/main.rs:
src/../data/input:

View File

@@ -1,6 +0,0 @@
/home/arvil/code/aoc20/10-adapter_array/target/debug/deps/adapter_array-e65c4783fd998dbd.rmeta: src/main.rs src/../data/input
/home/arvil/code/aoc20/10-adapter_array/target/debug/deps/adapter_array-e65c4783fd998dbd.d: src/main.rs src/../data/input
src/main.rs:
src/../data/input:

Some files were not shown because too many files have changed in this diff Show More