Added neater function for color printing
This commit is contained in:
		| @@ -1,4 +1,9 @@ | ||||
| function input(prompt::AbstractString="") | ||||
|            print(prompt) | ||||
|            return chomp(readline()) | ||||
| end | ||||
|  | ||||
| function printc(color, message::AbstractString="") | ||||
|     print_with_color(color, message) | ||||
|      | ||||
| end | ||||
		Reference in New Issue
	
	Block a user