Necroa (necroa_zephyr)

Race #4

View Pit Stop page for race #4 by necroa_zephyrGhost race

View profile for Necroa (necroa_zephyr)

Official speed 49.94 wpm (34.36 seconds elapsed during race)
Race Start August 20, 2025 11:32:01am UTC
Race Finish August 20, 2025 11:32:36am UTC
Outcome No win (1 of 1)
Accuracy 93.0%
Points 14.98
Text #10010 (Length: 143 characters)

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