Alex (alexklaus)

Race #27

View Pit Stop page for race #27 by alexklausGhost race

View profile for Alex (alexklaus)

Official speed 49.89 wpm (32.23 seconds elapsed during race)
Race Start June 5, 2018 1:47:02am UTC
Race Finish June 5, 2018 1:47:35am UTC
Outcome No win (3 of 3)
Accuracy 97.0%
Points 14.97
Text #10010 (Length: 143 characters)

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