(bummered)

Race #14

View Pit Stop page for race #14 by bummeredGhost race

View profile for (bummered)

Official speed 88.22 wpm (19.45 seconds elapsed during race)
Race Start June 2, 2021 6:22:05am UTC
Race Finish June 2, 2021 6:22:24am UTC
Outcome Win (1 of 2)
Accuracy 98.0%
Points 26.47
Text #10010 (Length: 143 characters)

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