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

6 lines
65 B
Rust
Raw Normal View History

2024-04-15 23:54:57 +02:00
use anyhow::Result;
pub fn init() -> Result<()> {
todo!()
}