William (wlee753159)

Race #1

View Pit Stop page for race #1 by wlee753159Ghost race

View profile for William (wlee753159)

Official speed 70.37 wpm (24.39 seconds elapsed during race)
Race Start May 28, 2023 9:46:01pm UTC
Race Finish May 28, 2023 9:46:26pm UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 21.11
Text #10010 (Length: 143 characters)

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