Connor (nellak)

Race #25

View Pit Stop page for race #25 by nellakGhost race

View profile for Connor (nellak)

Official speed 51.54 wpm (31.20 seconds elapsed during race)
Race Start January 27, 2018 6:00:33pm UTC
Race Finish January 27, 2018 6:01:04pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 15.46
Text #10010 (Length: 143 characters)

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