Alex (alexklaus)

Race #53

View Pit Stop page for race #53 by alexklausGhost race

View profile for Alex (alexklaus)

Official speed 51.71 wpm (31.10 seconds elapsed during race)
Race Start June 22, 2018 11:06:07am UTC
Race Finish June 22, 2018 11:06:38am UTC
Outcome No win (3 of 3)
Accuracy 97.0%
Points 15.51
Text #10010 (Length: 143 characters)

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