Newer
Older
01_hello / README.md
yhornisse on 20 Sep 2021 163 bytes add args sample
## Hello, World

1. go build hello.go
2. ./hello

## Args Sample

```bash
$ ./args
args: [./args hoge fuga piyo]
args: [hoge fuga piyo]
args: hoge,fuga,piyo
$
```