Set up repo for Rust problems

This commit is contained in:
Fizzizist
2025-02-22 16:29:08 -05:00
parent 389773d411
commit 287d599e82
8 changed files with 310 additions and 50 deletions

2
.gitignore vendored
View File

@@ -1,2 +1,4 @@
.venv
*.txt
rust/*.txt
rust/target/*