Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 366 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 366 Bytes

Go Practice

  1. sequential program

cd seq
docker build -t seq .
docker run -it seq /bin/bash

results are in the /tmp/.txt.out*

  1. Concurrent program

cd llel
docker build -t llel .
docker run -it llel /bin/bash

result file is in /tmp/results.txt For sorted order cat /tmp/results.txt |sort