dd0 1k (dd0_03)

Race #1

View Pit Stop page for race #1 by dd0_03Ghost race

View profile for dd0 1k (dd0_03)

Official speed 69.68 wpm (24.63 seconds elapsed during race)
Race Start July 1, 2025 12:35:04am UTC
Race Finish July 1, 2025 12:35:29am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 20.90
Text #10010 (Length: 143 characters)

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