mairzydoats_mason (mairzydoats_mason)

Race #418

View Pit Stop page for race #418 by mairzydoats_masonGhost race

View profile for mairzydoats_mason (mairzydoats_mason)

Official speed 44.41 wpm (36.21 seconds elapsed during race)
Race Start November 29, 2019 10:03:59pm UTC
Race Finish November 29, 2019 10:04:35pm UTC
Outcome No win (3 of 3)
Accuracy 98.0%
Points 13.32
Text #10010 (Length: 143 characters)

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