core/test/test.go
2023-11-03 02:03:11 +01:00

10 lines
72 B
Go

package test
import (
"fmt"
)
func Test() {
fmt.Printf("test")
}