taran something (actuallymostlynonquit)

Race #3

View Pit Stop page for race #3 by actuallymostlynonquitGhost race

View profile for taran something (actuallymostlynonquit)

Official speed 98.41 wpm (16.34 seconds elapsed during race)
Race Start December 29, 2017 9:41:12pm UTC
Race Finish December 29, 2017 9:41:29pm UTC
Outcome No win (1 of 1)
Accuracy 99.0%
Points 29.52
Text #10010 (Length: 143 characters)

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