Charlie (hobboloydn)

Race #131

View Pit Stop page for race #131 by hobboloydnGhost race

View profile for Charlie (hobboloydn)

Official speed 63.30 wpm (27.11 seconds elapsed during race)
Race Start April 19, 2025 6:29:07pm UTC
Race Finish April 19, 2025 6:29:34pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 18.99
Text #10010 (Length: 143 characters)

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