(bummered)

Race #15

View Pit Stop page for race #15 by bummeredGhost race

View profile for (bummered)

Official speed 85.98 wpm (19.96 seconds elapsed during race)
Race Start June 2, 2021 6:24:22am UTC
Race Finish June 2, 2021 6:24:42am UTC
Outcome Win (1 of 2)
Accuracy 99.0%
Points 25.79
Text #10010 (Length: 143 characters)

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