Alex (evil_alex)

Race #460

View Pit Stop page for race #460 by evil_alexGhost race

View profile for Alex (evil_alex)

Official speed 62.57 wpm (27.43 seconds elapsed during race)
Race Start April 12, 2025 8:53:35am UTC
Race Finish April 12, 2025 8:54:02am UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 18.77
Text #10010 (Length: 143 characters)

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