Harry (handrews3)

Race #1

View Pit Stop page for race #1 by handrews3Ghost race

View profile for Harry (handrews3)

Official speed 36.37 wpm (44.21 seconds elapsed during race)
Race Start November 9, 2018 3:45:06pm UTC
Race Finish November 9, 2018 3:45:50pm UTC
Outcome Win (1 of 3)
Accuracy 93.0%
Points 10.91
Text #10010 (Length: 143 characters)

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