2022-12-03

This commit is contained in:
2022-12-03 18:29:02 +00:00
parent f559e0dc2a
commit ccbb0b2294
8 changed files with 122 additions and 0 deletions

7
chapter-1/go_command.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Hello, world!")
}