From 11088138afe01dbfb5f3bde2281180e128ced14d Mon Sep 17 00:00:00 2001 From: Jordan Orelli Date: Wed, 7 Feb 2024 22:03:49 -0600 Subject: [PATCH] ok by now i can get some git hooks or CI going --- src/main.rs | 5 ----- 1 file changed, 5 deletions(-) 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;