mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-05-19 22:23:27 +02:00
6 lines
65 B
Rust
6 lines
65 B
Rust
use anyhow::Result;
|
|
|
|
pub fn init() -> Result<()> {
|
|
todo!()
|
|
}
|