Golang程序  |  12行  |  84 B

// build

package main

import (
	x "./burnin"
)

func main() {
	x.NewSomething()
}