Connor (nellak)

Race #35

View Pit Stop page for race #35 by nellakGhost race

View profile for Connor (nellak)

Official speed 56.59 wpm (28.41 seconds elapsed during race)
Race Start January 27, 2018 6:16:39pm UTC
Race Finish January 27, 2018 6:17:07pm UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 16.98
Text #10010 (Length: 143 characters)

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