This commit is contained in:
mii
2024-11-04 11:54:57 +09:00
commit a2e49a7ea0
2 changed files with 9 additions and 0 deletions

6
Cargo.toml Normal file
View File

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

3
src/main.rs Normal file
View File

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