summaryrefslogtreecommitdiff
path: root/README.md
blob: 4036455c23716fc97f88b0552eecc2cd890bb929 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# gjl
Goの並列処理をテストのために  
[Go is not an easy language](https://www.arp242.net/go-easy.html)  

## Dev
```bash
go run main.go
```
or
```bash
go build -o gjl main.go
./gjl
```