Connor (nellak)

Race #21

View Pit Stop page for race #21 by nellakGhost race

View profile for Connor (nellak)

Official speed 49.10 wpm (32.75 seconds elapsed during race)
Race Start January 27, 2018 5:55:17pm UTC
Race Finish January 27, 2018 5:55:49pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 14.73
Text #10010 (Length: 143 characters)

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