Connor (nellak)

Race #23

View Pit Stop page for race #23 by nellakGhost race

View profile for Connor (nellak)

Official speed 58.29 wpm (27.59 seconds elapsed during race)
Race Start January 27, 2018 5:57:57pm UTC
Race Finish January 27, 2018 5:58:24pm UTC
Outcome Win (1 of 3)
Accuracy 100.0%
Points 17.49
Text #10010 (Length: 143 characters)

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