mairzydoats_mason (mairzydoats_mason)

Race #479

View Pit Stop page for race #479 by mairzydoats_masonGhost race

View profile for mairzydoats_mason (mairzydoats_mason)

Official speed 54.98 wpm (29.25 seconds elapsed during race)
Race Start December 18, 2019 3:26:06pm UTC
Race Finish December 18, 2019 3:26:35pm UTC
Outcome No win (2 of 3)
Accuracy 99.0%
Points 16.49
Text #10010 (Length: 143 characters)

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