map/main.go

7 lines
97 B
Go

package main
func main() {
bub := newBubble("hello world!", 16)
bub.DC.SavePNG("hello.png")
}