fix scripts

This commit is contained in:
2025-07-01 15:13:23 +03:00
parent 9c19d63121
commit 032c9a54a2
5 changed files with 192 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
[package]
name = "references_and_borrowing"
version = "0.1.0"
edition = "2024"
[dependencies]

View File

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