z (zivry)

Race #30

View Pit Stop page for race #30 by zivryGhost race

View profile for z (zivry)

Official speed 34.85 wpm (49.24 seconds elapsed during race)
Race Start December 14, 2021 7:38:05pm UTC
Race Finish December 14, 2021 7:38:54pm UTC
Outcome No win (3 of 3)
Accuracy 93.0%
Points 10.46
Text #10010 (Length: 143 characters)

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