Skip to content

SVaeth/go-workshop-concurrency

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Day 5: Make a Concurrent Process

Instructions

Replicate the current functionality in main.go using concurrency. The output of your app should look like:

A1 A2 A3 A4 ...
B1 B1 B3 ...
C1 C2  ...
D1  ... 
.
.
.

Bonus

Add a third dimension of lowercase characters.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 100.0%