@@ -0,0 +1,9 @@
function input(prompt::AbstractString="")
print(prompt)
return chomp(readline())
end
function printc(color, message::AbstractString="",x...)
print_with_color(color, message)
The note is not visible to the blocked user.