wes (domfabry)

Race #1

View Pit Stop page for race #1 by domfabryGhost race

View profile for wes (domfabry)

Official speed 60.75 wpm (28.25 seconds elapsed during race)
Race Start June 16, 2023 10:28:10pm UTC
Race Finish June 16, 2023 10:28:38pm UTC
Outcome Win (1 of 3)
Accuracy 92.0%
Points 18.22
Text #10010 (Length: 143 characters)

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