Lydia (shiruzu)

Race #751

View Pit Stop page for race #751 by shiruzuGhost race

View profile for Lydia (shiruzu)

Official speed 82.69 wpm (20.75 seconds elapsed during race)
Race Start June 11, 2025 2:50:33pm UTC
Race Finish June 11, 2025 2:50:54pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 24.81
Text #10010 (Length: 143 characters)

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