Adding pricing calculator

This commit is contained in:
2025-04-14 18:20:31 -05:00
parent f2240b1c38
commit 0ef9b90bcd
5 changed files with 115 additions and 0 deletions

3
pricingCalculator/go.mod Normal file
View File

@@ -0,0 +1,3 @@
module example.com/pricing-calculator
go 1.23.2