mairzydoats_mason (mairzydoats_mason)

Race #134

View Pit Stop page for race #134 by mairzydoats_masonGhost race

View profile for mairzydoats_mason (mairzydoats_mason)

Official speed 43.97 wpm (36.57 seconds elapsed during race)
Race Start August 4, 2018 6:22:59pm UTC
Race Finish August 4, 2018 6:23:35pm UTC
Outcome No win (3 of 3)
Accuracy 100.0%
Points 13.19
Text #10010 (Length: 143 characters)

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