what have i created

This commit is contained in:
echo 2022-12-15 02:18:42 +03:30
parent aa37b9033a
commit 769102da79
2 changed files with 14 additions and 1 deletions

View file

@ -2,6 +2,8 @@ package constants
const Defaultcolor = "red 255 38 116 \ngreen 16 210 117\nblue 104 174 212\nwhite 250 253 255"
//DO NOT YELL AT ME THAT THIS ISNT A CONST YOU CANT MAKE A CONST YOU FUCKER
var Color_map = map[string]string{
"black": "30",
"red": "31",