(jonsport)

Race #36

View Pit Stop page for race #36 by jonsportGhost race

View profile for (jonsport)

Official speed 83.47 wpm (20.56 seconds elapsed during race)
Race Start July 6, 2022 4:01:13pm UTC
Race Finish July 6, 2022 4:01:34pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 25.04
Text #10010 (Length: 143 characters)

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