Alex (evil_alex)

Race #346

View Pit Stop page for race #346 by evil_alexGhost race

View profile for Alex (evil_alex)

Official speed 52.44 wpm (32.72 seconds elapsed during race)
Race Start February 24, 2025 9:21:32am UTC
Race Finish February 24, 2025 9:22:05am UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 15.73
Text #10010 (Length: 143 characters)

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