notpvs (notpvs)

Race #16

View Pit Stop page for race #16 by notpvsGhost race

View profile for notpvs (notpvs)

Official speed 53.91 wpm (31.83 seconds elapsed during race)
Race Start April 25, 2025 11:58:58am UTC
Race Finish April 25, 2025 11:59:29am UTC
Outcome No win (2 of 3)
Accuracy 93.0%
Points 16.17
Text #10010 (Length: 143 characters)

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