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