Matthew (shorent)

Race #17

View Pit Stop page for race #17 by shorentGhost race

View profile for Matthew (shorent)

Official speed 27.31 wpm (62.83 seconds elapsed during race)
Race Start November 28, 2022 7:08:05pm UTC
Race Finish November 28, 2022 7:09:08pm UTC
Outcome Win (1 of 3)
Accuracy 90.0%
Points 8.19
Text #10010 (Length: 143 characters)

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