Charlie (hobboloydn)

Race #110

View Pit Stop page for race #110 by hobboloydnGhost race

View profile for Charlie (hobboloydn)

Official speed 60.17 wpm (28.52 seconds elapsed during race)
Race Start April 18, 2025 10:10:46pm UTC
Race Finish April 18, 2025 10:11:15pm UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 18.05
Text #10010 (Length: 143 characters)

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