NeroveX (nf2z47kvvv8c8ns5)

Race #5

View Pit Stop page for race #5 by nf2z47kvvv8c8ns5Ghost race

View profile for NeroveX (nf2z47kvvv8c8ns5)

Official speed 44.21 wpm (38.81 seconds elapsed during race)
Race Start December 30, 2022 9:08:34pm UTC
Race Finish December 30, 2022 9:09:13pm UTC
Outcome Win (1 of 3)
Accuracy 92.0%
Points 13.26
Text #10010 (Length: 143 characters)

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