1
0
forked from freqy/randomHearts

testing colors 4

This commit is contained in:
freqyxin@gmail.com 2021-02-06 14:14:16 -08:00
parent 30d52a569c
commit 1097ce2f2b

@ -50,7 +50,7 @@ var color = flag.Int("c", 4, "Color output")
func medHeart(x int) {
for i := 0; i <= 16+x; i++ {
fmt.Print("\x03", "c", color)
fmt.Print("\x03C04")
switch i {
default:
fmt.Print(" ")