will (will7460)

Race #5

View Pit Stop page for race #5 by will7460Ghost race

View profile for will (will7460)

Official speed 59.99 wpm (28.60 seconds elapsed during race)
Race Start January 6, 2023 7:37:55pm UTC
Race Finish January 6, 2023 7:38:24pm UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 18.00
Text #10010 (Length: 143 characters)

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