print.go 55 B

12345678
  1. package basic
  2. import (
  3. "fmt"
  4. )
  5. fmt.Print("哈哈")