Alex (evil_alex)

Race #320

View Pit Stop page for race #320 by evil_alexGhost race

View profile for Alex (evil_alex)

Official speed 45.57 wpm (37.66 seconds elapsed during race)
Race Start February 13, 2025 7:17:52pm UTC
Race Finish February 13, 2025 7:18:30pm UTC
Outcome No win (2 of 3)
Accuracy 97.0%
Points 13.67
Text #10010 (Length: 143 characters)

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