(scraex)

Race #78

View Pit Stop page for race #78 by scraexGhost race

View profile for (scraex)

Official speed 66.71 wpm (25.72 seconds elapsed during race)
Race Start November 4, 2021 5:21:51am UTC
Race Finish November 4, 2021 5:22:17am UTC
Outcome No win (2 of 2)
Opponents 1. heavenseer (91.90 wpm)
Accuracy 95.0%
Points 20.01
Text #10010 (Length: 143 characters)

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