hack89 (hack89)

Race #13

View Pit Stop page for race #13 by hack89Ghost race

View profile for hack89 (hack89)

Official speed 42.66 wpm (40.23 seconds elapsed during race)
Race Start January 7, 2022 12:18:53am UTC
Race Finish January 7, 2022 12:19:33am UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 12.80
Text #10010 (Length: 143 characters)

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