Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 301 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 301 Bytes

SumItUp

my take on another programming school lesson. This program sums up numbers from 1 up to a given number and returns the result. The lesson here is about how to avoid thread interference. From a mathematical point of view this is pointless, because there are easier ways to solve this.