package main

import (
	"fmt"
)

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