1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-05-19 22:23:27 +02:00
rustlings/src/dev/init.rs
2024-04-15 23:54:57 +02:00

6 lines
65 B
Rust

use anyhow::Result;
pub fn init() -> Result<()> {
todo!()
}