Skip to content

Commit 0152cd6

Browse files
Added exclamation mark
1 parent e9b12d7 commit 0152cd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

csharp/factor_count.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ void main(){
3232
continue;
3333
}
3434
catch (OverflowException){
35-
Console.WriteLine("This input is invalid because the number is outside the bounds of this program");
35+
Console.WriteLine("This input is invalid because the number is outside the bounds of this program!");
3636
continue;
3737
}
3838
is_valid_input=true;

0 commit comments

Comments
 (0)