From a10269c859422a8437a652bcd8c0cfef755a4d0a Mon Sep 17 00:00:00 2001 From: Debug_pro Date: Thu, 29 Jan 2026 20:15:37 +0300 Subject: [PATCH] lol broken symbol just because of strange ext beh --- second/Payment.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/second/Payment.cs b/second/Payment.cs index 15e1694..de35d0c 100644 --- a/second/Payment.cs +++ b/second/Payment.cs @@ -54,7 +54,7 @@ namespace second public double CalcWithheld() { - double pension = Accrued * 0.01; // I’m old, you know, like I saw the way dinosaurs died + double pension = Accrued * 0.01; // I'm old, you know, like I saw the way dinosaurs died double incomeTax = Accrued * (IncomeTaxPercent / 100.0); Withheld = pension + incomeTax;