Aaron (aaron_libbert)

Race #1

View Pit Stop page for race #1 by aaron_libbertGhost race

View profile for Aaron (aaron_libbert)

Official speed 32.79 wpm (49.04 seconds elapsed during race)
Race Start February 24, 2018 2:52:12am UTC
Race Finish February 24, 2018 2:53:01am UTC
Outcome No win (2 of 2)
Opponents 1. calebjm (56.70 wpm)
Accuracy 91.0%
Points 9.84
Text #10010 (Length: 143 characters)

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