EquityDeadlock (equitydeadlock)

Race #2

View Pit Stop page for race #2 by equitydeadlockGhost race

View profile for EquityDeadlock (equitydeadlock)

Official speed 61.64 wpm (27.84 seconds elapsed during race)
Race Start May 6, 2022 3:16:16am UTC
Race Finish May 6, 2022 3:16:44am UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 18.49
Text #10010 (Length: 143 characters)

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