taran something (actuallymostlynonquit)

Race #2

View Pit Stop page for race #2 by actuallymostlynonquitGhost race

View profile for taran something (actuallymostlynonquit)

Official speed 84.28 wpm (19.08 seconds elapsed during race)
Race Start December 29, 2017 9:35:30pm UTC
Race Finish December 29, 2017 9:35:49pm UTC
Outcome No win (1 of 1)
Accuracy 97.0%
Points 25.28
Text #10010 (Length: 143 characters)

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