1 2 3 4 5 6
use anyhow::Result; pub fn run() -> Result<()> { println!("smith repl: deferred to v1.1 (evcxr integration). Use `cargo run -- repl` for a manual stub."); Ok(()) }