Initial commit with README

This commit is contained in:
David Underwood
2026-07-15 09:54:07 -04:00
commit 3eebf18fb8
+11
View File
@@ -0,0 +1,11 @@
# Ruby Technical Test
## Initial Thoughts
* Cart can be stored in an array of strings
* Cart items should be validated against a known list of products
* We need a hash of products and their prices
## Open Questions
* How do we apply discounts?