diff --git a/src/main.rs b/src/main.rs index b61aa5b..320bcee 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,14 +1,9 @@ -/// hi - /// builtin functions mod builtin; /// all of the errors for the clyde project live in this module mod error; -/// this is old and crap delete it please -mod ext; - /// handles input from terminals mod input;