mairzydoats_mason (mairzydoats_mason)

Race #391

View Pit Stop page for race #391 by mairzydoats_masonGhost race

View profile for mairzydoats_mason (mairzydoats_mason)

Official speed 48.88 wpm (32.90 seconds elapsed during race)
Race Start November 17, 2019 5:59:03pm UTC
Race Finish November 17, 2019 5:59:35pm UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 14.66
Text #10010 (Length: 143 characters)

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