tind/examples/reallylong.go

8 lines
93 B
Go
Raw Normal View History

2024-02-26 01:34:01 +00:00
package main
import "log"
func ReallyLongRuneset() {
log.Println("Really long runeset")
}