Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 562 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 562 Bytes

TypingSpeed

Typing speed program for CS251

This application will time how fast you can type a random assortment of words. A single word will appear, the user will have to type it as fast as possible and press enter.Then another word will appear. This will repeat until the end of the test. At the end, the program will print how how long it took you to type all of the words collectively.

Build

To build in the they typical way:

cd TypingSpeed
make

Should output an executable file typing_speed

To run:

./typing_speed

Enjoy!