Dave (zxzt)

Race #2

View Pit Stop page for race #2 by zxztGhost race

View profile for Dave (zxzt)

Official speed 31.24 wpm (54.93 seconds elapsed during race)
Race Start August 10, 2023 9:01:18am UTC
Race Finish August 10, 2023 9:02:13am UTC
Outcome No win (3 of 3)
Accuracy 95.0%
Points 9.37
Text #10010 (Length: 143 characters)

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