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

8 lines
85 B
Go

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