Dante (issaias)

Race #1

View Pit Stop page for race #1 by issaiasGhost race

View profile for Dante (issaias)

Official speed 83.58 wpm (20.53 seconds elapsed during race)
Race Start May 18, 2025 11:55:23am UTC
Race Finish May 18, 2025 11:55:44am UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 25.07
Text #10010 (Length: 143 characters)

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