Afzal (afzal_ansari)

Race #670

View Pit Stop page for race #670 by afzal_ansariGhost race

View profile for Afzal (afzal_ansari)

Official speed 45.87 wpm (37.41 seconds elapsed during race)
Race Start October 2, 2025 1:19:43pm UTC
Race Finish October 2, 2025 1:20:20pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 13.76
Text #10010 (Length: 143 characters)

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