r (deroche1)

Race #102

View Pit Stop page for race #102 by deroche1Ghost race

View profile for r (deroche1)

Official speed 119.79 wpm (13.42 seconds elapsed during race)
Race Start February 19, 2019 4:59:33am UTC
Race Finish February 19, 2019 4:59:46am UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 35.94
Text #10010 (Length: 143 characters)

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