shrek (beppi)

Race #5

View Pit Stop page for race #5 by beppiGhost race

View profile for shrek (beppi)

Official speed 30.08 wpm (57.05 seconds elapsed during race)
Race Start July 2, 2025 7:15:31am UTC
Race Finish July 2, 2025 7:16:28am UTC
Outcome No win (3 of 3)
Accuracy 94.0%
Points 9.02
Text #10010 (Length: 143 characters)

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