1 2 3 4 5 6
use spaik::repl::REPL; fn main() { let mut repl = REPL::new(None); repl.readline_repl() }