QKhjZtXFyxmvF2 (qkhjztxfyxmvf2)

Race #26

View Pit Stop page for race #26 by qkhjztxfyxmvf2Ghost race

View profile for QKhjZtXFyxmvF2 (qkhjztxfyxmvf2)

Official speed 61.96 wpm (25.95 seconds elapsed during race)
Race Start September 18, 2018 4:50:55pm UTC
Race Finish September 18, 2018 4:51:21pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 18.59
Text #10010 (Length: 143 characters)

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