robert1003 (robert1003)

Race #3

View Pit Stop page for race #3 by robert1003Ghost race

View profile for robert1003 (robert1003)

Official speed 29.32 wpm (58.53 seconds elapsed during race)
Race Start May 5, 2025 4:28:09am UTC
Race Finish May 5, 2025 4:29:08am UTC
Outcome No win (3 of 3)
Accuracy 93.0%
Points 8.80
Text #10010 (Length: 143 characters)

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