CarVac (carvac)

Race #3

View Pit Stop page for race #3 by carvacGhost race

View profile for CarVac (carvac)

Official speed 66.74 wpm (24.09 seconds elapsed during race)
Race Start October 11, 2018 1:38:48am UTC
Race Finish October 11, 2018 1:39:12am UTC
Outcome No win (3 of 3)
Opponents 1. worst_typist_evah (70.12 wpm)
Accuracy 96.0%
Points 20.02
Text #10010 (Length: 143 characters)

public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } }