(timjeffery44)

Race #39

View Pit Stop page for race #39 by timjeffery44Ghost race

View profile for (timjeffery44)

Official speed 39.46 wpm (40.75 seconds elapsed during race)
Race Start May 10, 2019 3:30:39am UTC
Race Finish May 10, 2019 3:31:20am UTC
Outcome No win (1 of 1)
Accuracy 92.0%
Points 11.84
Text #10010 (Length: 143 characters)

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