From 5bf0fd3b2a981b21fb684787e351762225e739a0 Mon Sep 17 00:00:00 2001
From: manfr689 <manfr689@tlhw-4-3.ad.liu.se>
Date: Tue, 8 Oct 2019 14:57:53 +0200
Subject: [PATCH] Sumission part 3

---
 julia/run.jl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/julia/run.jl b/julia/run.jl
index f5fcfd8..c0331e1 100644
--- a/julia/run.jl
+++ b/julia/run.jl
@@ -4,7 +4,7 @@ in the blanks, but most parts of the code are very similar."""
 for (name,op) in [(:add, :+), (:sub, :-), (:mul, :*)]
   # Create a function that is named for example add and returns the
   # sum of its two arguments
-   @eval Base.$name(x,y) = x + y
+
   
 end
 
-- 
GitLab