Start making head
This commit is contained in:
parent
35fa871fdb
commit
d094be6014
10
head/head.go
Normal file
10
head/head.go
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
import (
|
||||||
|
"fmt"
|
||||||
|
"os"
|
||||||
|
)
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
fmt.Println(os.Args)
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user