Sample code with Golang to use multiple threads to distribute the work along processor cores.
- Run application as xfactorial {number}
- Install go language
- Run
go build - Run
xfactorial 20
- Optionally you can download windows .exe file from
\binfolder.
