8 lines
83 B
Go
8 lines
83 B
Go
package main
|
|
|
|
import "log"
|
|
|
|
func main() {
|
|
log.Println(problem2([]int{3, 2, 1}))
|
|
}
|