remove testing print statement

This commit is contained in:
mollusk 2018-12-31 07:39:59 -07:00
parent 9b14a82de5
commit 6833f23d5a

View File

@ -15,7 +15,6 @@ module BillCalc
'-','+', '-', '+', '{', '}', '[', ']', '|',
':', ';', '<', '>', ',', '?', '/', '!', '~', '`'])
println(waterBill);exit(0)
if occursin(r"[0-9]","$waterBill") != true
println("Please enter a number.")
exit(1)