mairzydoats_mason (mairzydoats_mason)

Race #281

View Pit Stop page for race #281 by mairzydoats_masonGhost race

View profile for mairzydoats_mason (mairzydoats_mason)

Official speed 59.20 wpm (27.16 seconds elapsed during race)
Race Start September 21, 2019 5:55:30pm UTC
Race Finish September 21, 2019 5:55:57pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 17.76
Text #10010 (Length: 143 characters)

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