Charlie (hobboloydn)

Race #195

View Pit Stop page for race #195 by hobboloydnGhost race

View profile for Charlie (hobboloydn)

Official speed 63.99 wpm (26.82 seconds elapsed during race)
Race Start May 5, 2025 3:53:01pm UTC
Race Finish May 5, 2025 3:53:28pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 19.20
Text #10010 (Length: 143 characters)

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