mirror of
https://github.com/devproje/devproje.git
synced 2025-04-22 08:39:53 +09:00
Update README.md
This commit is contained in:
parent
51a93a1671
commit
ccf6dbd0a9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue