Horace (chillee)

Race #4

View Pit Stop page for race #4 by chilleeGhost race

View profile for Horace (chillee)

Official speed 67.20 wpm (23.93 seconds elapsed during race)
Race Start November 29, 2018 4:08:56am UTC
Race Finish November 29, 2018 4:09:19am UTC
Outcome Win (1 of 2)
Opponents 2. s_train (40.48 wpm)
Accuracy 98.0%
Points 20.16
Text #10010 (Length: 143 characters)

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