aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/repl.rs
blob: ed483ec96421e51ad4df8579bccdb9d0d63dc030 (plain) (blame)
1
2
3
4
5
extern crate nbsh;

fn main() {
    nbsh::repl::repl();
}