Caleb (calebjm)

Race #1

View Pit Stop page for race #1 by calebjmGhost race

View profile for Caleb (calebjm)

Official speed 56.70 wpm (28.36 seconds elapsed during race)
Race Start February 24, 2018 2:52:12am UTC
Race Finish February 24, 2018 2:52:40am UTC
Outcome Win (1 of 2)
Opponents 2. aaron_libbert (32.79 wpm)
Accuracy 96.0%
Points 17.01
Text #10010 (Length: 143 characters)

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