Source file src/cmd/internal/cov/testdata/small.go 1 package main 2 3 import "os" 4 5 func main() { 6 println(len(os.Args)) 7 } 8 View as plain text