Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Money addition #12

Merged
merged 3 commits into from
Sep 29, 2022
Merged

Money addition #12

merged 3 commits into from
Sep 29, 2022

Conversation

kaiosilveira
Copy link
Owner

Our main goal is still being able to add $5 to 10CHF and to get $10 as the result if the exchange rate is 2:1. To accomplish that, though, we first need to be able to sum $5 with $5 and get $10. This pull request is the starting point to implement that.

Task list:

  • $5 + 10CHF = $10 if rate is 2:1 🎯
  • $5 + $5 = $10 👈🏼

Task list:
- $5 + 10CHF = $10 if rate is 2:1 🎯
- $5 + $5 = $10 👈🏼
Task list:
- $5 + 10CHF = $10 if rate is 2:1 🎯
- $5 + $5 = $10 👈🏼
Task list:
- $5 + 10CHF = $10 if rate is 2:1 🎯
- $5 + $5 = $10 👈🏼
@kaiosilveira kaiosilveira merged commit ba93485 into main Sep 29, 2022
@kaiosilveira kaiosilveira deleted the chapter12/money-addition branch September 29, 2022 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant