do_simple/pre/pre.go
2024-12-21 14:03:54 +03:00

8 lines
84 B
Go

package main
import "fmt"
func main() {
fmt.Println("Pre of Simple Go Action")
}