Alex (evil_alex)

Race #328

View Pit Stop page for race #328 by evil_alexGhost race

View profile for Alex (evil_alex)

Official speed 54.99 wpm (31.21 seconds elapsed during race)
Race Start February 14, 2025 5:52:11pm UTC
Race Finish February 14, 2025 5:52:42pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 16.50
Text #10010 (Length: 143 characters)

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