main.go 48 B

12345
  1. package main
  2. func main() {
  3. println("hello")
  4. }