⚡
Code Typing Speed Test
How fast can you type real code? No backspace shortcuts.
GoHTTP handler
Time:0s
WPM:0
Accuracy:100%
func healthCheck(w http.ResponseWriter, r *http.Request) {
w.Header().Set("Content-Type", "application/json")
w.WriteHeader(http.StatusOK)
fmt.Fprintln(w, `{"status":"ok"}`)
}
Click anywhere above or start typing to begin