Jack (jack14xyz)

Race #25

View Pit Stop page for race #25 by jack14xyzGhost race

View profile for Jack (jack14xyz)

Official speed 31.03 wpm (51.82 seconds elapsed during race)
Race Start May 3, 2018 7:10:50am UTC
Race Finish May 3, 2018 7:11:42am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 9.31
Text #10010 (Length: 143 characters)

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