mirror of
https://github.com/notohh/rustlings.git
synced 2024-12-18 15:08:08 -05:00
6 lines
65 B
Rust
6 lines
65 B
Rust
|
use anyhow::Result;
|
||
|
|
||
|
pub fn init() -> Result<()> {
|
||
|
todo!()
|
||
|
}
|