Alex (alexklaus)

Race #1

View Pit Stop page for race #1 by alexklausGhost race

View profile for Alex (alexklaus)

Official speed 30.24 wpm (53.17 seconds elapsed during race)
Race Start May 21, 2018 5:48:36pm UTC
Race Finish May 21, 2018 5:49:30pm UTC
Outcome No win (3 of 3)
Accuracy 97.0%
Points 9.07
Text #10010 (Length: 143 characters)

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