Files
go-ci-lab/cmd/main.go
24_OskinEA 7fc099b286
All checks were successful
Go CI / lint (push) Successful in 1m49s
Go CI / test (push) Successful in 9s
Go CI / build (push) Successful in 9s
add gitea ci workflow
2026-05-17 21:40:13 +03:00

12 lines
98 B
Go

package main
import (
"fmt"
"go-ci-lab"
)
func main() {
fmt.Println(calculator.Add(2, 3))
}