Lydia (shiruzu)

Race #731

View Pit Stop page for race #731 by shiruzuGhost race

View profile for Lydia (shiruzu)

Official speed 65.06 wpm (26.38 seconds elapsed during race)
Race Start May 30, 2025 2:55:54pm UTC
Race Finish May 30, 2025 2:56:20pm UTC
Outcome No win (3 of 3)
Accuracy 97.0%
Points 19.52
Text #10010 (Length: 143 characters)

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