8 lines
93 B
Go
8 lines
93 B
Go
package main
|
|
|
|
import "log"
|
|
|
|
func ReallyLongRuneset() {
|
|
log.Println("Really long runeset")
|
|
}
|