tind/examples/reallylong.go

8 lines
93 B
Go

package main
import "log"
func ReallyLongRuneset() {
log.Println("Really long runeset")
}