Starting File

Jon Lee 2024-05-12 14:53:51 +08:00
parent 010d22dc81
commit 94c4be1acf

@ -5,7 +5,7 @@ Let's first create a file called "Hello_JOJ.go", and write in:
```go ```go
package main package main
import=( import (
"fmt" "fmt"
) )