transx/main.go

11 lines
89 B
Go
Raw Normal View History

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