Charlie (hobboloydn)

Race #122

View Pit Stop page for race #122 by hobboloydnGhost race

View profile for Charlie (hobboloydn)

Official speed 61.19 wpm (28.04 seconds elapsed during race)
Race Start April 19, 2025 6:15:44pm UTC
Race Finish April 19, 2025 6:16:13pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 18.36
Text #10010 (Length: 143 characters)

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