(timjeffery44)

Race #49

View Pit Stop page for race #49 by timjeffery44Ghost race

View profile for (timjeffery44)

Official speed 61.84 wpm (26.00 seconds elapsed during race)
Race Start May 14, 2019 4:38:04pm UTC
Race Finish May 14, 2019 4:38:30pm UTC
Outcome Win (1 of 2)
Accuracy 94.0%
Points 18.55
Text #10010 (Length: 143 characters)

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