Cuong (ctring)

Race #1

View Pit Stop page for race #1 by ctringGhost race

View profile for Cuong (ctring)

Official speed 85.73 wpm (20.02 seconds elapsed during race)
Race Start July 11, 2025 6:51:33am UTC
Race Finish July 11, 2025 6:51:53am UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 25.72
Text #10010 (Length: 143 characters)

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