basic restructuring

This commit is contained in:
Rowan Torbitzky-Lane 2025-03-19 00:25:09 -05:00
parent ee6e59acf9
commit 5e9e4b1d5e
10 changed files with 9 additions and 0 deletions

6
ch3/variables/Cargo.toml Normal file
View File

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

View File

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