From 3eebf18fb808d9c16c183eff2ccbaf2e740dc90c Mon Sep 17 00:00:00 2001 From: David Underwood Date: Wed, 15 Jul 2026 09:54:07 -0400 Subject: [PATCH] Initial commit with README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md 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