Files
blackjack/src/main.rs
Wesley Irvin 96f9cc1d98 Default Dev Environment
Setup a default environment by running a cargo init.

Reviewed-on: #2
2026-01-08 20:24:13 -05:00

4 lines
45 B
Rust

fn main() {
println!("Hello, world!");
}