Skip to content

muranant/golang-proj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages