r (deroche1)

Race #98

View Pit Stop page for race #98 by deroche1Ghost race

View profile for r (deroche1)

Official speed 113.20 wpm (14.20 seconds elapsed during race)
Race Start February 19, 2019 4:55:45am UTC
Race Finish February 19, 2019 4:55:59am UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 33.96
Text #10010 (Length: 143 characters)

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