mairzydoats_mason (mairzydoats_mason)

Race #325

View Pit Stop page for race #325 by mairzydoats_masonGhost race

View profile for mairzydoats_mason (mairzydoats_mason)

Official speed 56.23 wpm (28.60 seconds elapsed during race)
Race Start September 30, 2019 10:57:48pm UTC
Race Finish September 30, 2019 10:58:17pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 16.87
Text #10010 (Length: 143 characters)

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