SLSL (slslz)

Race #2

View Pit Stop page for race #2 by slslzGhost race

View profile for SLSL (slslz)

Official speed 59.74 wpm (28.72 seconds elapsed during race)
Race Start May 23, 2023 8:56:20am UTC
Race Finish May 23, 2023 8:56:49am UTC
Outcome Win (1 of 2)
Opponents 2. 3agwa_79 (55.06 wpm)
Accuracy 97.0%
Points 17.92
Text #10010 (Length: 143 characters)

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