(keegant)

Race #20

View Pit Stop page for race #20 by keegantGhost race

View profile for (keegant)

Official speed 65.11 wpm (24.70 seconds elapsed during race)
Race Start June 12, 2019 6:32:21pm UTC
Race Finish June 12, 2019 6:32:46pm UTC
Outcome Win (1 of 2)
Accuracy 92.0%
Points 19.53
Text #10010 (Length: 143 characters)

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