mairzydoats_mason (mairzydoats_mason)

Race #511

View Pit Stop page for race #511 by mairzydoats_masonGhost race

View profile for mairzydoats_mason (mairzydoats_mason)

Official speed 36.44 wpm (44.13 seconds elapsed during race)
Race Start January 4, 2020 7:41:08pm UTC
Race Finish January 4, 2020 7:41:52pm UTC
Outcome No win (3 of 3)
Accuracy 97.0%
Points 10.93
Text #10010 (Length: 143 characters)

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