Jack (jack14xyz)

Race #32

View Pit Stop page for race #32 by jack14xyzGhost race

View profile for Jack (jack14xyz)

Official speed 37.52 wpm (42.86 seconds elapsed during race)
Race Start May 3, 2018 7:22:46am UTC
Race Finish May 3, 2018 7:23:29am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 11.26
Text #10010 (Length: 143 characters)

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