From 30c1bc1493b984d4b6f8909a8519b42a34b81019 Mon Sep 17 00:00:00 2001 From: cpuli Date: Wed, 3 Apr 2019 19:00:36 -0400 Subject: [PATCH] Just for fun --- Calc1/ShuntYard.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Calc1/ShuntYard.cs b/Calc1/ShuntYard.cs index d70430a..cb1e83b 100644 --- a/Calc1/ShuntYard.cs +++ b/Calc1/ShuntYard.cs @@ -131,6 +131,8 @@ public static Tuple,string> ShuntRpnModel(List input) } //Console.WriteLine(part); + + // console.part } //get the remaining operators while (op.Count > 0)