The don (photondestroyer)

Race #264

View Pit Stop page for race #264 by photondestroyerGhost race

View profile for The don (photondestroyer)

Official speed 66.77 wpm (25.70 seconds elapsed during race)
Race Start February 12, 2023 5:52:44am UTC
Race Finish February 12, 2023 5:53:10am UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 20.03
Text #10010 (Length: 143 characters)

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