transx/main.go

11 lines
89 B
Go

// main.go
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello World!")
}