gitea-test/test.go

11 lines
97 B
Go

package main
import (
"fmt"
)
func main() {
fmt.Println("test")
fmt.Println("gitea-test")
}