Copy from github.com with solutions for days 1+2

This commit is contained in:
2024-02-10 13:19:19 +01:00
commit ffe0476ea0
11 changed files with 967 additions and 0 deletions

15
.gitignore vendored Normal file
View File

@@ -0,0 +1,15 @@
# Generated by Cargo
# will have compiled files and executables
*/*/debug/
*/*/target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
**/Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
# Ignore inputs as they are part of the provided tasks.
**/*input*.txt