• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package main
2
3import "os"
4
5func main() {
6	println(len(os.Args))
7}
8