Compare commits

...

2 Commits

Author SHA1 Message Date
Butter
3a44a7f98c messing around 2026-04-07 20:09:39 -04:00
Butter
cd26f5b151 I'm just learning how neovim / neogit work here. 2026-04-07 20:06:55 -04:00
2 changed files with 8 additions and 1 deletions

7
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 = "sarmentine"
version = "0.1.0"

View File

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