r (deroche1)

Race #92

View Pit Stop page for race #92 by deroche1Ghost race

View profile for r (deroche1)

Official speed 112.98 wpm (14.23 seconds elapsed during race)
Race Start February 16, 2019 10:58:57pm UTC
Race Finish February 16, 2019 10:59:11pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 33.89
Text #10010 (Length: 143 characters)

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