QKhjZtXFyxmvF (qkhjztxfyxmvf)

Race #31

View Pit Stop page for race #31 by qkhjztxfyxmvfGhost race

View profile for QKhjZtXFyxmvF (qkhjztxfyxmvf)

Official speed 59.61 wpm (26.98 seconds elapsed during race)
Race Start September 29, 2018 9:17:41am UTC
Race Finish September 29, 2018 9:18:08am UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 17.88
Text #10010 (Length: 143 characters)

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