Skip to content

ZipS1/async-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple CLI calculator

User input
3 + 2, 9 / 3, 7 - 4, 5 * 9

Output:
5 * 9 = 45
3 + 2 = 5
9 / 3 = 3
7 - 4 = 3

All operations are computed asynchroniously in goroutines

About

Golang CLI async calculator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages