Alex (alexklaus)

Race #15

View Pit Stop page for race #15 by alexklausGhost race

View profile for Alex (alexklaus)

Official speed 47.30 wpm (34.00 seconds elapsed during race)
Race Start May 24, 2018 10:54:04pm UTC
Race Finish May 24, 2018 10:54:38pm UTC
Outcome No win (2 of 3)
Accuracy 96.0%
Points 14.19
Text #10010 (Length: 143 characters)

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