$ ./typing-test

Typing Test — Type code snippets as fast as you can | WPM & accuracy tracking

lang:
WPM: 0Accuracy: 100%Time: 0.0sErrors: 0
filter.rs
let result: Vec<_> = items.iter()
.filter(|x| x > &0)
.collect();
Start typing to begin. Tab inserts 4 spaces. Enter inserts newline.
type code snippets as fast as you can | click to focusreact | rust
jwest@dev:~$
Welcome to jwest.dev terminal v1.0.0
Type "help" for available commands.
jwest@dev:~$