Skip to content

Commit

Permalink
Clarify requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
xanni committed Nov 7, 2024
1 parent 5bfbb45 commit e460bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/square-root/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Your task is to calculate the square root of a given number.

- Try to avoid using the pre-existing math libraries of your language.
- As input you'll be given a positive whole number, i.e. 1, 2, 3, 4…
- You also only need to return a positive whole number.
- You are only required to handle cases where the result is a positive whole number.

Some potential approaches:

Expand Down

0 comments on commit e460bd5

Please sign in to comment.