From 3e2ae4d865b523e3d7252edbb1709da25fc75990 Mon Sep 17 00:00:00 2001 From: "freqyxin@gmail.com" Date: Sat, 6 Feb 2021 14:20:31 -0800 Subject: [PATCH] testing colors 6 --- heartGenie.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heartGenie.go b/heartGenie.go index 62f4e74..8d7f878 100644 --- a/heartGenie.go +++ b/heartGenie.go @@ -55,7 +55,7 @@ func medHeart(x int) { default: fmt.Print(" ") case x + 8, x + 9, x + 10, x + 14, x + 15: - fmt.Print("\x03c04") + fmt.Print("\x03", "\x63", "\x34") fmt.Print("@") case x + 16: fmt.Println("@")