qray (qray)

Race #2

View Pit Stop page for race #2 by qrayGhost race

View profile for qray (qray)

Official speed 78.15 wpm (20.58 seconds elapsed during race)
Race Start November 26, 2020 11:45:22am UTC
Race Finish November 26, 2020 11:45:43am UTC
Outcome Win (1 of 4)
Accuracy 96.0%
Points 23.45
Text #10010 (Length: 143 characters)

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