From ba9a9199d01b0fdd4bf9a54914f8058bf71f30c5 Mon Sep 17 00:00:00 2001
From: Ferenc Szontágh <szf@fsociety.hu>
Date: Thu, 17 Apr 2025 16:03:01 +0000
Subject: [PATCH] unary and binary operations

---
 cli/main.cpp |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/cli/main.cpp b/cli/main.cpp
index ca6c810..65dca3a 100644
--- a/cli/main.cpp
+++ b/cli/main.cpp
@@ -1,5 +1,4 @@
 #include <filesystem>
-#include <fstream>
 #include <iostream>
 #include <unordered_map>
 
@@ -58,6 +57,4 @@
 
     VoidScript voidscript(filename);
     return voidscript.run();
-
-    return 0;
 }

--
Gitblit v1.9.3