add chapter 6

This commit is contained in:
Archie Fox
2025-02-04 12:01:07 +03:00
parent af9bb46af0
commit 31318a75ac
5 changed files with 105 additions and 0 deletions

10
chapter6/average2/main.go Normal file
View File

@@ -0,0 +1,10 @@
package main
import (
"fmt"
"os"
)
func main() {
fmt.Println(os.Args)
}