Jon (jlachney)

Race #29

View Pit Stop page for race #29 by jlachneyGhost race

View profile for Jon (jlachney)

Official speed 69.50 wpm (23.14 seconds elapsed during race)
Race Start May 8, 2018 10:53:08pm UTC
Race Finish May 8, 2018 10:53:31pm UTC
Outcome Win (1 of 3)
Opponents 2. jasontime12345 (37.69 wpm)
Accuracy 93.0%
Points 20.85
Text #10010 (Length: 143 characters)

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