Files
2024-09-21 23:49:08 +10:00

12 lines
84 B
Go

// build
package main
import (
x "./burnin"
)
func main() {
x.NewSomething()
}