Ben (xbapple)

Race #5

View Pit Stop page for race #5 by xbappleGhost race

View profile for Ben (xbapple)

Official speed 112.31 wpm (14.32 seconds elapsed during race)
Race Start April 7, 2018 5:31:10am UTC
Race Finish April 7, 2018 5:31:24am UTC
Outcome Win (1 of 3)
Accuracy 100.0%
Points 33.69
Text #10010 (Length: 143 characters)

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