Ethan (waitblock)

Race #4

View Pit Stop page for race #4 by waitblockGhost race

View profile for Ethan (waitblock)

Official speed 81.26 wpm (21.12 seconds elapsed during race)
Race Start June 2, 2022 7:47:38pm UTC
Race Finish June 2, 2022 7:47:59pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 24.38
Text #10010 (Length: 143 characters)

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