r (deroche1)

Race #39

View Pit Stop page for race #39 by deroche1Ghost race

View profile for r (deroche1)

Official speed 128.16 wpm (12.55 seconds elapsed during race)
Race Start February 14, 2019 4:05:42am UTC
Race Finish February 14, 2019 4:05:54am UTC
Outcome Win (1 of 2)
Opponents 2. poem (58.37 wpm)
Accuracy 99.0%
Points 38.45
Text #10010 (Length: 143 characters)

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