trash.go 87 B

12345678910
  1. package main
  2. import (
  3. "fmt"
  4. )
  5. func main() {
  6. foo := 3
  7. fmt.Println(foo)
  8. }