David (justdave01)

Race #1

View Pit Stop page for race #1 by justdave01Ghost race

View profile for David (justdave01)

Official speed 33.39 wpm (51.39 seconds elapsed during race)
Race Start August 25, 2025 9:43:47am UTC
Race Finish August 25, 2025 9:44:39am UTC
Outcome No win (2 of 3)
Accuracy 93.0%
Points 10.02
Text #10010 (Length: 143 characters)

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