remove testing print statement
This commit is contained in:
parent
9b14a82de5
commit
6833f23d5a
@ -15,7 +15,6 @@ module BillCalc
|
|||||||
'-','+', '-', '+', '{', '}', '[', ']', '|',
|
'-','+', '-', '+', '{', '}', '[', ']', '|',
|
||||||
':', ';', '<', '>', ',', '?', '/', '!', '~', '`'])
|
':', ';', '<', '>', ',', '?', '/', '!', '~', '`'])
|
||||||
|
|
||||||
println(waterBill);exit(0)
|
|
||||||
if occursin(r"[0-9]","$waterBill") != true
|
if occursin(r"[0-9]","$waterBill") != true
|
||||||
println("Please enter a number.")
|
println("Please enter a number.")
|
||||||
exit(1)
|
exit(1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user