DEBSOURCES
Skip Quicknav
sources / mgmt / 0.0.26.git.2024.10.25.85e1d6c0e8-4 / examples / lang / args.mcl
1234567
import "fmt" import "os" # show the argv of this process print "print" { msg => fmt.printf("args(%d): %v", len(os.args()), os.args()), }