priscila (priscilacervantes23)

Race #25

View Pit Stop page for race #25 by priscilacervantes23Ghost race

View profile for priscila (priscilacervantes23)

Official speed 22.14 wpm (77.51 seconds elapsed during race)
Race Start June 8, 2025 12:48:00am UTC
Race Finish June 8, 2025 12:49:18am UTC
Outcome No win (15 of 18)
Opponents 13. iverjoel (24.35 wpm)
Accuracy 95.0%
Points 6.64
Text #10010 (Length: 143 characters)

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