(sidd_)

Race #68

View Pit Stop page for race #68 by sidd_Ghost race

View profile for (sidd_)

Official speed 113.47 wpm (14.17 seconds elapsed during race)
Race Start January 27, 2019 11:28:39pm UTC
Race Finish January 27, 2019 11:28:54pm UTC
Outcome Win (1 of 5)
Opponents 2. delirious (71.33 wpm)
3. hellothen (52.20 wpm)
4. poem (47.78 wpm)
Accuracy 97.0%
Points 34.04
Text #10010 (Length: 143 characters)

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