mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-24 22:47:32 -05:00
6 lines
66 B
Rust
6 lines
66 B
Rust
|
use anyhow::Result;
|
||
|
|
||
|
pub fn check() -> Result<()> {
|
||
|
todo!()
|
||
|
}
|