vault backup: 2025-03-23 13:24:35
This commit is contained in:
parent
40712333ae
commit
dd38fa99cc
13
3-99 Research/Rust/guessing_game/guessing_game - README.md
Normal file
13
3-99 Research/Rust/guessing_game/guessing_game - README.md
Normal file
@ -0,0 +1,13 @@
|
||||
# Table of Contents for guessing_game
|
||||
|
||||
## Subdirectories
|
||||
- [[src/src - README]]
|
||||
- [[target/target - README]]
|
||||
|
||||
## Files
|
||||
- [[Cargo.lock]]
|
||||
- [[Cargo.toml]]
|
||||
|
||||
## Summary
|
||||
|
||||
Generated by llama3.2:latest
|
||||
@ -1,3 +1,15 @@
|
||||
use std::io;
|
||||
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
println!("Guess the number!");
|
||||
|
||||
println!("Please input your guess.");
|
||||
|
||||
let mut guess = String::new();
|
||||
|
||||
io::stdin()
|
||||
.read_line(&mut guess)
|
||||
.expect("Failed to read line");
|
||||
|
||||
println!("You guessed: {}", guess);
|
||||
}
|
||||
|
||||
@ -1 +1 @@
|
||||
{"rustc_fingerprint":7791207531633935174,"outputs":{"15729799797837862367":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/home/danesabo/.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":""},"4614504638168534921":{"success":true,"status":"","code":0,"stdout":"rustc 1.84.0 (9fc6b4312 2025-01-07)\nbinary: rustc\ncommit-hash: 9fc6b43126469e3858e2fe86cafb4f0fd5068869\ncommit-date: 2025-01-07\nhost: x86_64-unknown-linux-gnu\nrelease: 1.84.0\nLLVM version: 19.1.5\n","stderr":""}},"successes":{}}
|
||||
{"rustc_fingerprint":7791207531633935174,"outputs":{"4614504638168534921":{"success":true,"status":"","code":0,"stdout":"rustc 1.84.0 (9fc6b4312 2025-01-07)\nbinary: rustc\ncommit-hash: 9fc6b43126469e3858e2fe86cafb4f0fd5068869\ncommit-date: 2025-01-07\nhost: x86_64-unknown-linux-gnu\nrelease: 1.84.0\nLLVM version: 19.1.5\n","stderr":""},"15729799797837862367":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/home/danesabo/.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":""}},"successes":{}}
|
||||
@ -0,0 +1,11 @@
|
||||
# Table of Contents for guessing_game-46bb552ecb62f83c
|
||||
|
||||
## Files
|
||||
- [[bin-guessing_game]]
|
||||
- [[bin-guessing_game.json]]
|
||||
- [[dep-bin-guessing_game]]
|
||||
- [[invoked.timestamp]]
|
||||
|
||||
## Summary
|
||||
|
||||
Generated by llama3.2:latest
|
||||
Binary file not shown.
@ -0,0 +1,11 @@
|
||||
# Table of Contents for guessing_game-a6bda42ff3e643f1
|
||||
|
||||
## Files
|
||||
- [[dep-test-bin-guessing_game]]
|
||||
- [[invoked.timestamp]]
|
||||
- [[test-bin-guessing_game]]
|
||||
- [[test-bin-guessing_game.json]]
|
||||
|
||||
## Summary
|
||||
|
||||
Generated by llama3.2:latest
|
||||
@ -0,0 +1,11 @@
|
||||
# Table of Contents for guessing_game-e5d885f09ac9a5e1
|
||||
|
||||
## Files
|
||||
- [[bin-guessing_game]]
|
||||
- [[bin-guessing_game.json]]
|
||||
- [[dep-bin-guessing_game]]
|
||||
- [[invoked.timestamp]]
|
||||
|
||||
## Summary
|
||||
|
||||
Generated by llama3.2:latest
|
||||
@ -0,0 +1,5 @@
|
||||
# Table of Contents for build
|
||||
|
||||
## Summary
|
||||
|
||||
Generated by llama3.2:latest
|
||||
@ -0,0 +1,16 @@
|
||||
# Table of Contents for debug
|
||||
|
||||
## Subdirectories
|
||||
- [[build/build - README]]
|
||||
- [[deps/deps - README]]
|
||||
- [[examples/examples - README]]
|
||||
- [[incremental/incremental - README]]
|
||||
|
||||
## Files
|
||||
- [[.cargo-lock]]
|
||||
- [[guessing_game]]
|
||||
- [[guessing_game.d]]
|
||||
|
||||
## Summary
|
||||
|
||||
Generated by llama3.2:latest
|
||||
@ -0,0 +1,13 @@
|
||||
# Table of Contents for deps
|
||||
|
||||
## Files
|
||||
- [[guessing_game-46bb552ecb62f83c]]
|
||||
- [[guessing_game-46bb552ecb62f83c.d]]
|
||||
- [[guessing_game-a6bda42ff3e643f1.d]]
|
||||
- [[guessing_game-e5d885f09ac9a5e1.d]]
|
||||
- [[libguessing_game-a6bda42ff3e643f1.rmeta]]
|
||||
- [[libguessing_game-e5d885f09ac9a5e1.rmeta]]
|
||||
|
||||
## Summary
|
||||
|
||||
Generated by llama3.2:latest
|
||||
Binary file not shown.
@ -0,0 +1,5 @@
|
||||
# Table of Contents for examples
|
||||
|
||||
## Summary
|
||||
|
||||
Generated by llama3.2:latest
|
||||
Binary file not shown.
@ -0,0 +1,11 @@
|
||||
# Table of Contents for guessing_game-3c79m7o2q95ks
|
||||
|
||||
## Subdirectories
|
||||
- [[s-h5r4gssop2-0rc7vrx-117rnjfu8v615nzldzsl2fa44/s-h5r4gssop2-0rc7vrx-117rnjfu8v615nzldzsl2fa44 - README]]
|
||||
|
||||
## Files
|
||||
- [[s-h5r4gssop2-0rc7vrx.lock]]
|
||||
|
||||
## Summary
|
||||
|
||||
Generated by llama3.2:latest
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,10 @@
|
||||
# Table of Contents for s-h5r4gssop2-0rc7vrx-117rnjfu8v615nzldzsl2fa44
|
||||
|
||||
## Files
|
||||
- [[dep-graph.bin]]
|
||||
- [[query-cache.bin]]
|
||||
- [[work-products.bin]]
|
||||
|
||||
## Summary
|
||||
|
||||
Generated by llama3.2:latest
|
||||
@ -0,0 +1,11 @@
|
||||
# Table of Contents for guessing_game-3eo4ntpny4h5t
|
||||
|
||||
## Subdirectories
|
||||
- [[s-h5r4hgejah-1x7lexz-5pnprhzr0i1ql3nfevjlw2li9/s-h5r4hgejah-1x7lexz-5pnprhzr0i1ql3nfevjlw2li9 - README]]
|
||||
|
||||
## Files
|
||||
- [[s-h5r4hgejah-1x7lexz.lock]]
|
||||
|
||||
## Summary
|
||||
|
||||
Generated by llama3.2:latest
|
||||
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.
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.
@ -0,0 +1,16 @@
|
||||
# Table of Contents for s-h5r4hgejah-1x7lexz-5pnprhzr0i1ql3nfevjlw2li9
|
||||
|
||||
## Files
|
||||
- [[0hmhzah0xz0ldc54yitfzhinu.o]]
|
||||
- [[86balm2tql534b3eav1f10uhb.o]]
|
||||
- [[8rdijkdr728u421q8s9a2au3j.o]]
|
||||
- [[ag1n1m6lveotv7cvqwqmj4qpv.o]]
|
||||
- [[d2v98bc9n1whov19wxz0mjvuf.o]]
|
||||
- [[dep-graph.bin]]
|
||||
- [[dotliy1e82ylyo0twle62fnmx.o]]
|
||||
- [[query-cache.bin]]
|
||||
- [[work-products.bin]]
|
||||
|
||||
## Summary
|
||||
|
||||
Generated by llama3.2:latest
|
||||
Binary file not shown.
@ -0,0 +1,11 @@
|
||||
# Table of Contents for guessing_game-3skr8lvfr5r0x
|
||||
|
||||
## Subdirectories
|
||||
- [[s-h5r4gssot1-0wykppe-2qm66bxea1npqxfjt84y2333t/s-h5r4gssot1-0wykppe-2qm66bxea1npqxfjt84y2333t - README]]
|
||||
|
||||
## Files
|
||||
- [[s-h5r4gssot1-0wykppe.lock]]
|
||||
|
||||
## Summary
|
||||
|
||||
Generated by llama3.2:latest
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,10 @@
|
||||
# Table of Contents for s-h5r4gssot1-0wykppe-2qm66bxea1npqxfjt84y2333t
|
||||
|
||||
## Files
|
||||
- [[dep-graph.bin]]
|
||||
- [[query-cache.bin]]
|
||||
- [[work-products.bin]]
|
||||
|
||||
## Summary
|
||||
|
||||
Generated by llama3.2:latest
|
||||
@ -0,0 +1,10 @@
|
||||
# Table of Contents for incremental
|
||||
|
||||
## Subdirectories
|
||||
- [[guessing_game-3c79m7o2q95ks/guessing_game-3c79m7o2q95ks - README]]
|
||||
- [[guessing_game-3eo4ntpny4h5t/guessing_game-3eo4ntpny4h5t - README]]
|
||||
- [[guessing_game-3skr8lvfr5r0x/guessing_game-3skr8lvfr5r0x - README]]
|
||||
|
||||
## Summary
|
||||
|
||||
Generated by llama3.2:latest
|
||||
12
3-99 Research/Rust/guessing_game/target/target - README.md
Normal file
12
3-99 Research/Rust/guessing_game/target/target - README.md
Normal file
@ -0,0 +1,12 @@
|
||||
# Table of Contents for target
|
||||
|
||||
## Subdirectories
|
||||
- [[debug/debug - README]]
|
||||
|
||||
## Files
|
||||
- [[CACHEDIR.TAG]]
|
||||
- [[.rustc_info.json]]
|
||||
|
||||
## Summary
|
||||
|
||||
Generated by llama3.2:latest
|
||||
Loading…
x
Reference in New Issue
Block a user