Validate if roll is higher than 10, and lower than 0
This commit is contained in:
@@ -13,6 +13,7 @@ class NumberHelper {
|
||||
~NumberHelper() = default;
|
||||
|
||||
static vector<int> getRolls(string csv);
|
||||
static bool validateRolls(vector<int> rolls);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user