deroche (deroche1)

Race #6

View Pit Stop page for race #6 by deroche1Ghost race

View profile for deroche (deroche1)

Official speed 97.04 wpm (16.57 seconds elapsed during race)
Race Start February 14, 2019 3:01:33am UTC
Race Finish February 14, 2019 3:01:50am UTC
Outcome No win (2 of 4)
Opponents 1. sidd_ (108.85 wpm)
4. pivot5 (65.93 wpm)
Accuracy 97.0%
Points 29.11
Text #10010 (Length: 143 characters)

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