Beimar Ramirez (jhony99)

Race #90

View Pit Stop page for race #90 by jhony99Ghost race

View profile for Beimar Ramirez (jhony99)

Official speed 27.95 wpm (61.40 seconds elapsed during race)
Race Start October 26, 2025 12:12:09am UTC
Race Finish October 26, 2025 12:13:11am UTC
Outcome No win (6 of 9)
Opponents 3. fanor (32.25 wpm)
4. luis_univ (29.90 wpm)
5. nessa2 (29.28 wpm)
7. iverjoel (24.53 wpm)
Accuracy 90.0%
Points 8.38
Text #10010 (Length: 143 characters)

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