From 1dbcc049e017e06459f82edd8ee114534655e736 Mon Sep 17 00:00:00 2001 From: zickles Date: Sun, 10 Nov 2024 19:39:56 -0500 Subject: [PATCH] remove comments --- src/main.rs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/main.rs b/src/main.rs index 87555a1..9894236 100644 --- a/src/main.rs +++ b/src/main.rs @@ -135,8 +135,5 @@ fn main() { } // read from files using fs DONE -// make it a cmd tool (check nxfetch by sntx on srht for pkg and usage) DONE -// make decoder (im going to kill my self) -// clean up code if needed - -//MAYBE (most likely will) write encoded code into the .wf file if its named webfuck.wf and is in the current dir /?? \ No newline at end of file +// make it a cmd tool (using clap) DONE +// make decoder (im going to kill my self) \ No newline at end of file