asottile (asottile)

Race #4

View Pit Stop page for race #4 by asottileGhost race

View profile for asottile (asottile)

Official speed 93.67 wpm (18.32 seconds elapsed during race)
Race Start August 18, 2025 7:39:28pm UTC
Race Finish August 18, 2025 7:39:47pm UTC
Outcome No win (2 of 7)
Opponents 1. forstpenguin (95.73 wpm)
Accuracy 99.0%
Points 28.10
Text #10010 (Length: 143 characters)

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