(timjeffery44)

Race #27

View Pit Stop page for race #27 by timjeffery44Ghost race

View profile for (timjeffery44)

Official speed 51.03 wpm (31.51 seconds elapsed during race)
Race Start May 7, 2019 4:46:08am UTC
Race Finish May 7, 2019 4:46:39am UTC
Outcome Win (1 of 2)
Accuracy 93.0%
Points 15.31
Text #10010 (Length: 143 characters)

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