Lydia (shiruzu)

Race #711

View Pit Stop page for race #711 by shiruzuGhost race

View profile for Lydia (shiruzu)

Official speed 84.94 wpm (20.20 seconds elapsed during race)
Race Start May 20, 2025 4:28:18pm UTC
Race Finish May 20, 2025 4:28:38pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 25.48
Text #10010 (Length: 143 characters)

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