asottile (asottile)

Race #2

View Pit Stop page for race #2 by asottileGhost race

View profile for asottile (asottile)

Official speed 71.47 wpm (24.01 seconds elapsed during race)
Race Start August 18, 2025 7:37:17pm UTC
Race Finish August 18, 2025 7:37:41pm UTC
Outcome No win (2 of 9)
Opponents 1. forstpenguin (74.13 wpm)
3. ddellspe (67.07 wpm)
Accuracy 95.0%
Points 21.44
Text #10010 (Length: 143 characters)

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