Samoa (keepinupwmae)

Race #656

View Pit Stop page for race #656 by keepinupwmaeGhost race

View profile for Samoa (keepinupwmae)

Official speed 57.93 wpm (29.62 seconds elapsed during race)
Race Start September 12, 2025 8:01:39am UTC
Race Finish September 12, 2025 8:02:08am UTC
Outcome No win (2 of 3)
Accuracy 97.0%
Points 17.38
Text #10010 (Length: 143 characters)

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