From c995648a3ecf6cf19366811a595b734ede77a396 Mon Sep 17 00:00:00 2001 From: xtzws Date: Sat, 24 May 2025 00:54:38 -0400 Subject: [PATCH] Added some basic math that doesn't work and added a blessing --- Calc.swift | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Calc.swift diff --git a/Calc.swift b/Calc.swift new file mode 100644 index 0000000..e8005a3 --- /dev/null +++ b/Calc.swift @@ -0,0 +1,8 @@ +// +// Calc.swift +// bignumcalc +// +// Created by Isaac Greene on 2025-03-31. +// + +import Foundation