Necroa (necroa_zephyr)

Race #7

View Pit Stop page for race #7 by necroa_zephyrGhost race

View profile for Necroa (necroa_zephyr)

Official speed 51.76 wpm (33.15 seconds elapsed during race)
Race Start September 2, 2025 4:39:56am UTC
Race Finish September 2, 2025 4:40:29am UTC
Outcome No win (1 of 1)
Accuracy 94.0%
Points 15.53
Text #10010 (Length: 143 characters)

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