commit 3eebf18fb808d9c16c183eff2ccbaf2e740dc90c Author: David Underwood Date: Wed Jul 15 09:54:07 2026 -0400 Initial commit with README diff --git a/README.md b/README.md new file mode 100644 index 0000000..fdd13d2 --- /dev/null +++ b/README.md @@ -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? \ No newline at end of file