mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-01-15 17:16:35 +00:00
6 lines
66 B
Rust
6 lines
66 B
Rust
|
use anyhow::Result;
|
||
|
|
||
|
pub fn check() -> Result<()> {
|
||
|
todo!()
|
||
|
}
|