TheProdigyHenry (henryv70)

Race #9

View Pit Stop page for race #9 by henryv70Ghost race

View profile for TheProdigyHenry (henryv70)

Official speed 48.44 wpm (33.20 seconds elapsed during race)
Race Start August 10, 2019 6:28:18am UTC
Race Finish August 10, 2019 6:28:51am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 14.53
Text #10010 (Length: 143 characters)

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