Silmon121 (silmon)

Race #499

View Pit Stop page for race #499 by silmonGhost race

View profile for Silmon121 (silmon)

Official speed 77.34 wpm (22.19 seconds elapsed during race)
Race Start October 14, 2025 6:24:47pm UTC
Race Finish October 14, 2025 6:25:09pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 23.20
Text #10010 (Length: 143 characters)

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