rustlings/src/dev/check.rs

6 lines
66 B
Rust
Raw Normal View History

2024-04-15 17:54:57 -04:00
use anyhow::Result;
pub fn check() -> Result<()> {
todo!()
}