NOT AN ALT (kenixx)

Race #20

View Pit Stop page for race #20 by kenixxGhost race

View profile for NOT AN ALT (kenixx)

Official speed 56.93 wpm (28.25 seconds elapsed during race)
Race Start August 9, 2018 6:08:41am UTC
Race Finish August 9, 2018 6:09:09am UTC
Outcome Win (1 of 2)
Accuracy 96.0%
Points 17.08
Text #10010 (Length: 143 characters)

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