gitea-test/test.go

11 lines
97 B
Go
Raw Normal View History

2023-08-30 08:01:09 +00:00
package main
import (
"fmt"
)
func main() {
fmt.Println("test")
2023-08-31 04:25:51 +00:00
fmt.Println("gitea-test")
2023-08-30 08:01:09 +00:00
}