Files
GoNtech/main.go
T

8 lines
75 B
Go

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