Skip to content

Instantly share code, notes, and snippets.

@dtinth
Created July 11, 2014 08:47
Show Gist options
  • Save dtinth/cb4fa9c9f75eeee40db5 to your computer and use it in GitHub Desktop.
Save dtinth/cb4fa9c9f75eeee40db5 to your computer and use it in GitHub Desktop.
s = Time.now
wc = `pbpaste | wc -w`.to_i
print "#{wc} words"
gets
t = (Time.now - s).to_i
puts "#{t} seconds"
puts "#{wc * 60 / t} wpm"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment