tanon (tanon710s)

Race #54

View Pit Stop page for race #54 by tanon710sGhost race

View profile for tanon (tanon710s)

Official speed 105.99 wpm (15.17 seconds elapsed during race)
Race Start February 25, 2019 2:37:13pm UTC
Race Finish February 25, 2019 2:37:28pm UTC
Outcome Win (1 of 3)
Opponents 2. paraphrohn (94.67 wpm)
3. permil (90.44 wpm)
Accuracy 98.0%
Points 31.80
Text #10010 (Length: 143 characters)

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