diff --git a/head/head.go b/head/head.go new file mode 100644 index 0000000..417e0bc --- /dev/null +++ b/head/head.go @@ -0,0 +1,10 @@ +package main + +import ( + "fmt" + "os" +) + +func main() { + fmt.Println(os.Args) +}