mairzydoats_mason (mairzydoats_mason)

Race #582

View Pit Stop page for race #582 by mairzydoats_masonGhost race

View profile for mairzydoats_mason (mairzydoats_mason)

Official speed 56.57 wpm (28.42 seconds elapsed during race)
Race Start December 24, 2020 7:02:47pm UTC
Race Finish December 24, 2020 7:03:16pm UTC
Outcome Win (1 of 3)
Accuracy 100.0%
Points 16.97
Text #10010 (Length: 143 characters)

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