cslarsen / wpm

Typeracer-like console app for measuring your WPM
GNU Affero General Public License v3.0
323 stars 48 forks source link

Fix division by zero errors that occur when zero seconds have elapsed #58

Closed thosakwe closed 4 years ago

thosakwe commented 4 years ago

Running wpm often results in a crash as soon as you type a key, because the code for printing stats doesn't check for divisions by zero, when elapsed=0.

This code should clean this up. Thanks for this project, it's great to use on breaks from work or first thing in the morning.