This commit is contained in:
Tao Tien 2026-05-25 17:50:39 -07:00
commit 83428f97f5
12 changed files with 187 additions and 0 deletions

View file

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

View file

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