core/test/test.go

10 lines
72 B
Go
Raw Normal View History

2023-11-03 01:03:11 +00:00
package test
import (
"fmt"
)
func Test() {
fmt.Printf("test")
}