Reenable basic cli interaction

This commit is contained in:
Joscha 2022-01-02 13:46:32 +01:00
parent ef287b9fd0
commit 810ec67cf7
2 changed files with 27 additions and 21 deletions

View file

@ -3,10 +3,10 @@
#![warn(clippy::all)]
#![warn(clippy::use_self)]
// mod cli;
mod cli;
// mod eval;
mod files;
fn main() {
// cli::run();
cli::run();
}