Silver (psilverfish)

Race #11

View Pit Stop page for race #11 by psilverfishGhost race

View profile for Silver (psilverfish)

Official speed 28.71 wpm (59.77 seconds elapsed during race)
Race Start May 12, 2023 11:34:24pm UTC
Race Finish May 12, 2023 11:35:24pm UTC
Outcome No win (2 of 3)
Accuracy 94.0%
Points 8.61
Text #10010 (Length: 143 characters)

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