(keegant)

Race #57

View Pit Stop page for race #57 by keegantGhost race

View profile for (keegant)

Official speed 94.26 wpm (17.06 seconds elapsed during race)
Race Start June 15, 2019 4:49:33am UTC
Race Finish June 15, 2019 4:49:50am UTC
Outcome Win (1 of 2)
Accuracy 98.0%
Points 28.28
Text #10010 (Length: 143 characters)

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