nmyo (nmyo)

Race #18

View Pit Stop page for race #18 by nmyoGhost race

View profile for nmyo (nmyo)

Official speed 86.95 wpm (18.49 seconds elapsed during race)
Race Start February 25, 2019 2:36:42pm UTC
Race Finish February 25, 2019 2:37:00pm UTC
Outcome No win (3 of 3)
Opponents 1. permil (105.61 wpm)
2. paraphrohn (94.96 wpm)
Accuracy 97.0%
Points 26.08
Text #10010 (Length: 143 characters)

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