First_Repo/main.go
2023-02-15 14:54:32 +03:00

8 lines
72 B
Go

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