Alex (alexklaus)

Race #29

View Pit Stop page for race #29 by alexklausGhost race

View profile for Alex (alexklaus)

Official speed 49.47 wpm (32.50 seconds elapsed during race)
Race Start June 6, 2018 7:49:34am UTC
Race Finish June 6, 2018 7:50:07am UTC
Outcome No win (2 of 3)
Accuracy 96.0%
Points 14.84
Text #10010 (Length: 143 characters)

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