Validate if roll is higher than 10, and lower than 0

This commit is contained in:
2025-03-26 12:05:45 +01:00
parent c14a29a070
commit 8fdd4c18fd
6 changed files with 19 additions and 1 deletions
+1
View File
@@ -13,6 +13,7 @@ class NumberHelper {
~NumberHelper() = default;
static vector<int> getRolls(string csv);
static bool validateRolls(vector<int> rolls);
};