i don't like how i structured it. Restart

This commit is contained in:
2026-08-21 09:10:53 +02:00
commit 34d406fb4c
3 changed files with 31 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
/target
tests/
saves/
*.z64
*.n64
*.v64
*.Z64
*.N64
*.V64
*.bin
*.dump
*.data
disasm.txt
*log*.txt
*.log
# Added by cargo
#
# already existing elements were commented out
#/target
+6
View File
@@ -0,0 +1,6 @@
[package]
name = "rs64"
version = "0.1.0"
edition = "2024"
[dependencies]
+3
View File
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}