init
This commit is contained in:
7
day2/Cargo.lock
generated
Normal file
7
day2/Cargo.lock
generated
Normal file
@@ -0,0 +1,7 @@
|
||||
# This file is automatically @generated by Cargo.
|
||||
# It is not intended for manual editing.
|
||||
version = 3
|
||||
|
||||
[[package]]
|
||||
name = "day2"
|
||||
version = "0.1.0"
|
||||
8
day2/Cargo.toml
Normal file
8
day2/Cargo.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[package]
|
||||
name = "day2"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
3
day2/src/main.rs
Normal file
3
day2/src/main.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
|
||||
}
|
||||
1
day2/target/.rustc_info.json
Normal file
1
day2/target/.rustc_info.json
Normal file
@@ -0,0 +1 @@
|
||||
{"rustc_fingerprint":10728484955947285044,"outputs":{"4614504638168534921":{"success":true,"status":"","code":0,"stdout":"rustc 1.74.0 (79e9716c9 2023-11-13)\nbinary: rustc\ncommit-hash: 79e9716c980570bfd1f666e3b16ac583f0168962\ncommit-date: 2023-11-13\nhost: x86_64-unknown-linux-gnu\nrelease: 1.74.0\nLLVM version: 17.0.4\n","stderr":""},"15729799797837862367":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/home/xd/.rustup/toolchains/stable-x86_64-unknown-linux-gnu\noff\npacked\nunpacked\n___\ndebug_assertions\npanic=\"unwind\"\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_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":""}},"successes":{}}
|
||||
3
day2/target/CACHEDIR.TAG
Normal file
3
day2/target/CACHEDIR.TAG
Normal 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/
|
||||
0
day2/target/debug/.cargo-lock
Normal file
0
day2/target/debug/.cargo-lock
Normal file
@@ -0,0 +1 @@
|
||||
a4e653f32844a9ad
|
||||
@@ -0,0 +1 @@
|
||||
{"rustc":174346706036672835,"features":"[]","target":2588975286827340149,"profile":13126374248311259211,"path":1684066648322511884,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/day2-0a8066942817fe57/dep-bin-day2"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0}
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -0,0 +1 @@
|
||||
d9e99f7b8eaad4b8
|
||||
@@ -0,0 +1 @@
|
||||
{"rustc":174346706036672835,"features":"[]","target":2588975286827340149,"profile":18326522262828315194,"path":1684066648322511884,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/day2-787ff5f1092e1ebf/dep-test-bin-day2"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0}
|
||||
5
day2/target/debug/deps/day2-0a8066942817fe57.d
Normal file
5
day2/target/debug/deps/day2-0a8066942817fe57.d
Normal file
@@ -0,0 +1,5 @@
|
||||
/home/xd/rust/advent_of_code_2023/day2/target/debug/deps/libday2-0a8066942817fe57.rmeta: src/main.rs
|
||||
|
||||
/home/xd/rust/advent_of_code_2023/day2/target/debug/deps/day2-0a8066942817fe57.d: src/main.rs
|
||||
|
||||
src/main.rs:
|
||||
5
day2/target/debug/deps/day2-787ff5f1092e1ebf.d
Normal file
5
day2/target/debug/deps/day2-787ff5f1092e1ebf.d
Normal file
@@ -0,0 +1,5 @@
|
||||
/home/xd/rust/advent_of_code_2023/day2/target/debug/deps/libday2-787ff5f1092e1ebf.rmeta: src/main.rs
|
||||
|
||||
/home/xd/rust/advent_of_code_2023/day2/target/debug/deps/day2-787ff5f1092e1ebf.d: src/main.rs
|
||||
|
||||
src/main.rs:
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user