[logseq-plugin-git:commit] 2025-09-08T09:35:23.573Z

This commit is contained in:
YuanHui
2025-09-08 17:35:23 +08:00
parent 1c25911301
commit c70062d6f7
1256 changed files with 65938 additions and 45736 deletions

14
journals/2023_08_25 2.md Normal file
View File

@@ -0,0 +1,14 @@
- Hello World #go
- ```go
package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}
```
- run program
- `go build hello.go`
- `go run hello.go`
-