Kenater (kennethlu)

Race #1

View Pit Stop page for race #1 by kennethluGhost race

View profile for Kenater (kennethlu)

Official speed 44.01 wpm (38.99 seconds elapsed during race)
Race Start September 1, 2025 11:30:13pm UTC
Race Finish September 1, 2025 11:30:52pm UTC
Outcome No win (2 of 2)
Accuracy 95.0%
Points 13.20
Text #10010 (Length: 143 characters)

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