154.go 75 B

123456789
  1. package main
  2. func findMin(nums []int) int {
  3. return 0
  4. }
  5. func main() {
  6. }