Loading.... (xbooza)

Race #1

View Pit Stop page for race #1 by xboozaGhost race

View profile for Loading.... (xbooza)

Official speed 49.75 wpm (34.49 seconds elapsed during race)
Race Start June 4, 2025 4:40:24pm UTC
Race Finish June 4, 2025 4:40:59pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 14.92
Text #10010 (Length: 143 characters)

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