TMrex (tmrex)

Race #1

View Pit Stop page for race #1 by tmrexGhost race

View profile for TMrex (tmrex)

Official speed 65.13 wpm (26.35 seconds elapsed during race)
Race Start June 6, 2023 8:46:38am UTC
Race Finish June 6, 2023 8:47:04am UTC
Outcome Win (1 of 2)
Accuracy 95.0%
Points 19.54
Text #10010 (Length: 143 characters)

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