Drew (drew_22)

Race #2

View Pit Stop page for race #2 by drew_22Ghost race

View profile for Drew (drew_22)

Official speed 41.98 wpm (40.88 seconds elapsed during race)
Race Start March 26, 2025 2:14:52am UTC
Race Finish March 26, 2025 2:15:33am UTC
Outcome Win (1 of 3)
Accuracy 93.0%
Points 12.59
Text #10010 (Length: 143 characters)

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