mairzydoats_mason (mairzydoats_mason)

Race #344

View Pit Stop page for race #344 by mairzydoats_masonGhost race

View profile for mairzydoats_mason (mairzydoats_mason)

Official speed 55.88 wpm (28.78 seconds elapsed during race)
Race Start October 5, 2019 8:20:04pm UTC
Race Finish October 5, 2019 8:20:33pm UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 16.76
Text #10010 (Length: 143 characters)

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