Files
ruby-checkout/main.rb
T
2026-07-15 10:30:28 -04:00

10 lines
152 B
Ruby

require "./checkout.rb"
checkout = Checkout.new()
checkout.add(:PI5)
checkout.add(:ZERO2W)
checkout.items # ["PI5", "ZERO2W"]
checkout.total # 75.00