NOT AN ALT (kenixx)

Race #19

View Pit Stop page for race #19 by kenixxGhost race

View profile for NOT AN ALT (kenixx)

Official speed 48.27 wpm (33.31 seconds elapsed during race)
Race Start August 9, 2018 6:06:52am UTC
Race Finish August 9, 2018 6:07:25am UTC
Outcome No win (2 of 2)
Accuracy 93.0%
Points 14.48
Text #10010 (Length: 143 characters)

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