. (serqph)

Race #8

View Pit Stop page for race #8 by serqphGhost race

View profile for . (serqph)

Official speed 85.71 wpm (18.76 seconds elapsed during race)
Race Start May 26, 2019 7:24:28am UTC
Race Finish May 26, 2019 7:24:47am UTC
Outcome Win (1 of 2)
Accuracy 97.0%
Points 25.71
Text #10010 (Length: 143 characters)

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