function input(prompt::AbstractString="")
print(prompt)
return chomp(readline())
end
function printc(color, message::AbstractString="")
print_with_color(color, message)