. (serqph)

Race #4

View Pit Stop page for race #4 by serqphGhost race

View profile for . (serqph)

Official speed 64.58 wpm (24.90 seconds elapsed during race)
Race Start May 26, 2019 7:17:42am UTC
Race Finish May 26, 2019 7:18:06am UTC
Outcome No win (2 of 2)
Opponents 1. foggyy (65.90 wpm)
Accuracy 94.0%
Points 19.38
Text #10010 (Length: 143 characters)

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