day 1, part 2 in progress

This commit is contained in:
Tabby 2025-12-01 23:09:26 +00:00
commit dd9c8b44c4
570 changed files with 10376 additions and 0 deletions

7
aoc-0/Cargo.lock generated Normal file
View file

@ -0,0 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "aoc-0"
version = "0.1.0"

6
aoc-0/Cargo.toml Normal file
View file

@ -0,0 +1,6 @@
[package]
name = "aoc-0"
version = "0.1.0"
edition = "2024"
[dependencies]

3
aoc-0/src/main.rs Normal file
View file

@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}

View file

@ -0,0 +1 @@
{"rustc_fingerprint":640939955106008076,"outputs":{"11857020428658561806":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/home/tabby/.rustup/toolchains/stable-x86_64-unknown-linux-gnu\noff\npacked\nunpacked\n___\ndebug_assertions\nfmt_debug=\"full\"\noverflow_checks\npanic=\"unwind\"\nproc_macro\nrelocation_model=\"pic\"\ntarget_abi=\"\"\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_feature=\"x87\"\ntarget_has_atomic\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_has_atomic_equal_alignment=\"16\"\ntarget_has_atomic_equal_alignment=\"32\"\ntarget_has_atomic_equal_alignment=\"64\"\ntarget_has_atomic_equal_alignment=\"8\"\ntarget_has_atomic_equal_alignment=\"ptr\"\ntarget_has_atomic_load_store\ntarget_has_atomic_load_store=\"16\"\ntarget_has_atomic_load_store=\"32\"\ntarget_has_atomic_load_store=\"64\"\ntarget_has_atomic_load_store=\"8\"\ntarget_has_atomic_load_store=\"ptr\"\ntarget_has_reliable_f128\ntarget_has_reliable_f16\ntarget_has_reliable_f16_math\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_thread_local\ntarget_vendor=\"unknown\"\nub_checks\nunix\n","stderr":""},"7971740275564407648":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/home/tabby/.rustup/toolchains/stable-x86_64-unknown-linux-gnu\noff\npacked\nunpacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_abi=\"\"\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\nunix\n","stderr":""},"17747080675513052775":{"success":true,"status":"","code":0,"stdout":"rustc 1.91.1 (ed61e7d7e 2025-11-07)\nbinary: rustc\ncommit-hash: ed61e7d7e242494fb7057f2657300d9e77bb4fcb\ncommit-date: 2025-11-07\nhost: x86_64-unknown-linux-gnu\nrelease: 1.91.1\nLLVM version: 21.1.2\n","stderr":""}},"successes":{}}

View file

@ -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/

View file

View file

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

View file

@ -0,0 +1 @@
e09ff61f112aaddf

View file

@ -0,0 +1 @@
{"rustc":4826714390000139368,"features":"[]","declared_features":"[]","target":1188446607402963624,"profile":3316208278650011218,"path":4942398508502643691,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/aoc-0-1af2a37aa8c4259b/dep-test-bin-aoc-0","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View file

@ -0,0 +1 @@
d6cb1e039607d404

View file

@ -0,0 +1 @@
{"rustc":4826714390000139368,"features":"[]","declared_features":"[]","target":1188446607402963624,"profile":17672942494452627365,"path":4942398508502643691,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/aoc-0-69efc4ff0b356e2c/dep-bin-aoc-0","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View file

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

View file

@ -0,0 +1 @@
95ec37987ce156dd

View file

@ -0,0 +1 @@
{"rustc":4826714390000139368,"features":"[]","declared_features":"[]","target":1188446607402963624,"profile":8731458305071235362,"path":4942398508502643691,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/aoc-0-765fa9d832b53ea9/dep-bin-aoc-0","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View file

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

BIN
aoc-0/target/debug/aoc-0 Executable file

Binary file not shown.

View file

@ -0,0 +1 @@
/home/tabby/rust-projects/aoc-0/target/debug/aoc-0: /home/tabby/rust-projects/aoc-0/src/main.rs

View file

@ -0,0 +1,5 @@
/home/tabby/rust-projects/aoc-0/target/debug/deps/aoc_0-1af2a37aa8c4259b.d: src/main.rs
/home/tabby/rust-projects/aoc-0/target/debug/deps/libaoc_0-1af2a37aa8c4259b.rmeta: src/main.rs
src/main.rs:

View file

@ -0,0 +1,5 @@
/home/tabby/rust-projects/aoc-0/target/debug/deps/aoc_0-69efc4ff0b356e2c.d: src/main.rs
/home/tabby/rust-projects/aoc-0/target/debug/deps/libaoc_0-69efc4ff0b356e2c.rmeta: src/main.rs
src/main.rs:

Binary file not shown.

View file

@ -0,0 +1,5 @@
/home/tabby/rust-projects/aoc-0/target/debug/deps/aoc_0-765fa9d832b53ea9.d: src/main.rs
/home/tabby/rust-projects/aoc-0/target/debug/deps/aoc_0-765fa9d832b53ea9: src/main.rs
src/main.rs:

View file

@ -0,0 +1,2 @@
Blocking waiting for file lock on package cache
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.02s

View file

@ -0,0 +1,3 @@
{"reason":"compiler-artifact","package_id":"path+file:///home/tabby/rust-projects/aoc-0#0.1.0","manifest_path":"/home/tabby/rust-projects/aoc-0/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"aoc-0","src_path":"/home/tabby/rust-projects/aoc-0/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/tabby/rust-projects/aoc-0/target/debug/deps/libaoc_0-69efc4ff0b356e2c.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"path+file:///home/tabby/rust-projects/aoc-0#0.1.0","manifest_path":"/home/tabby/rust-projects/aoc-0/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"aoc-0","src_path":"/home/tabby/rust-projects/aoc-0/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":[],"filenames":["/home/tabby/rust-projects/aoc-0/target/debug/deps/libaoc_0-1af2a37aa8c4259b.rmeta"],"executable":null,"fresh":true}
{"reason":"build-finished","success":true}