Alex (alexklaus)

Race #86

View Pit Stop page for race #86 by alexklausGhost race

View profile for Alex (alexklaus)

Official speed 42.98 wpm (37.41 seconds elapsed during race)
Race Start April 10, 2019 6:12:25am UTC
Race Finish April 10, 2019 6:13:02am UTC
Outcome No win (3 of 3)
Accuracy 97.0%
Points 12.89
Text #10010 (Length: 143 characters)

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