mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-05 16:19:10 +00:00
Name it instead "topics" so it won't be strange if some topics included "exercises" directory.
261 B
261 B
Sum
Objectives
- Write a script that gets two numbers and prints their sum
- Make sure the input is valid (= you got two numbers from the user)
- Test the script by running and passing it two numbers as arguments
Constraints
- Use functions