mairzydoats_mason (mairzydoats_mason)

Race #202

View Pit Stop page for race #202 by mairzydoats_masonGhost race

View profile for mairzydoats_mason (mairzydoats_mason)

Official speed 44.48 wpm (36.15 seconds elapsed during race)
Race Start August 25, 2019 4:00:05pm UTC
Race Finish August 25, 2019 4:00:41pm UTC
Outcome No win (3 of 3)
Accuracy 99.0%
Points 13.34
Text #10010 (Length: 143 characters)

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