task_manager/cmd/main.go
2025-03-09 23:22:12 +03:00

8 lines
66 B
Go

package main
import "fmt"
func main() {
fmt.Println("Hello")
}