init
This commit is contained in:
6
problems/p51/Cargo.toml
Normal file
6
problems/p51/Cargo.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
[package]
|
||||
name = "p51"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
4
problems/p51/src/main.rs
Normal file
4
problems/p51/src/main.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
fn main() {
|
||||
todo!();
|
||||
println!("Hello, world!");
|
||||
}
|
||||
Reference in New Issue
Block a user