Update README.md

This commit is contained in:
WH64 2024-03-09 23:57:00 +09:00 committed by GitHub
parent 51a93a1671
commit ccf6dbd0a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ func main() {
fmt.Printf("NAME: %s\nAGE: %s\n", data.Name, data.Age)
}
```
```bash
projecttl@fedora:~$ go run main.go
NAME: Project_IO