(scraex)

Race #73

View Pit Stop page for race #73 by scraexGhost race

View profile for (scraex)

Official speed 68.21 wpm (25.16 seconds elapsed during race)
Race Start November 4, 2021 5:15:02am UTC
Race Finish November 4, 2021 5:15:27am UTC
Outcome No win (2 of 2)
Opponents 1. heavenseer (82.80 wpm)
Accuracy 95.0%
Points 20.46
Text #10010 (Length: 143 characters)

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