ADD week 4

This commit is contained in:
2025-03-31 16:31:52 +02:00
parent 84135a321e
commit 86f265f22d
119 changed files with 2243 additions and 0 deletions

7
03-Average1/HelloRust/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 = "HelloRust"
version = "0.1.0"

View File

@ -0,0 +1,4 @@
[package]
name = "HelloRust"
version = "0.1.0"
authors = ["Rémi Heredero <remi@heredero.ch>"]

View File

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

View File

@ -0,0 +1 @@
{"rustc_fingerprint":1915322691296562077,"outputs":{"15729799797837862367":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/home/remi/.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.83.0 (90b35a623 2024-11-26)\nbinary: rustc\ncommit-hash: 90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf\ncommit-date: 2024-11-26\nhost: x86_64-unknown-linux-gnu\nrelease: 1.83.0\nLLVM version: 19.1.1\n","stderr":""},"14371922958718593042":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/home/remi/.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":{}}

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

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

View File

@ -0,0 +1 @@
{"rustc":11594289678289209806,"features":"[]","declared_features":"[]","target":12926390548556111244,"profile":11983525691607113661,"path":10602529704205407992,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/HelloRust-4606ee5058f9e07c/dep-test-bin-HelloRust","checksum":false}}],"rustflags":[],"metadata":7030489489977606076,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
{"rustc":11594289678289209806,"features":"[]","declared_features":"[]","target":12926390548556111244,"profile":5601947868832436996,"path":10602529704205407992,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/HelloRust-781492c6dfff71a9/dep-bin-HelloRust","checksum":false}}],"rustflags":[],"metadata":7030489489977606076,"config":2202906307356721367,"compile_kind":0}

View File

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

View File

@ -0,0 +1 @@
{"rustc":11594289678289209806,"features":"[]","declared_features":"[]","target":12926390548556111244,"profile":11597332650809196192,"path":10602529704205407992,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/HelloRust-dbf85e7dab9689f1/dep-bin-HelloRust","checksum":false}}],"rustflags":[],"metadata":7030489489977606076,"config":2202906307356721367,"compile_kind":0}

View File

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

Binary file not shown.

View File

@ -0,0 +1 @@
/home/remi/GIT/00-MSE/02-SRE/03-Average1/HelloRust/target/debug/HelloRust: /home/remi/GIT/00-MSE/02-SRE/03-Average1/HelloRust/src/main.rs

View File

@ -0,0 +1,5 @@
/home/remi/GIT/00-MSE/02-SRE/03-Average1/HelloRust/target/debug/deps/libHelloRust-4606ee5058f9e07c.rmeta: src/main.rs
/home/remi/GIT/00-MSE/02-SRE/03-Average1/HelloRust/target/debug/deps/HelloRust-4606ee5058f9e07c.d: src/main.rs
src/main.rs:

View File

@ -0,0 +1,5 @@
/home/remi/GIT/00-MSE/02-SRE/03-Average1/HelloRust/target/debug/deps/libHelloRust-781492c6dfff71a9.rmeta: src/main.rs
/home/remi/GIT/00-MSE/02-SRE/03-Average1/HelloRust/target/debug/deps/HelloRust-781492c6dfff71a9.d: src/main.rs
src/main.rs:

View File

@ -0,0 +1,5 @@
/home/remi/GIT/00-MSE/02-SRE/03-Average1/HelloRust/target/debug/deps/HelloRust-dbf85e7dab9689f1: src/main.rs
/home/remi/GIT/00-MSE/02-SRE/03-Average1/HelloRust/target/debug/deps/HelloRust-dbf85e7dab9689f1.d: src/main.rs
src/main.rs: