mlhhsid (mlhhsid)

Race #9

View Pit Stop page for race #9 by mlhhsidGhost race

View profile for mlhhsid (mlhhsid)

Official speed 69.02 wpm (24.86 seconds elapsed during race)
Race Start March 25, 2021 9:19:50pm UTC
Race Finish March 25, 2021 9:20:14pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 20.71
Text #10010 (Length: 143 characters)

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