package main import "fmt" func main() { fmt.Println("\033[2J\033[6;3HHello") }