(landarian)

Race #65

View Pit Stop page for race #65 by landarianGhost race

View profile for (landarian)

Official speed 60.81 wpm (26.44 seconds elapsed during race)
Race Start August 19, 2019 9:29:32pm UTC
Race Finish August 19, 2019 9:29:59pm UTC
Outcome No win (2 of 2)
Opponents 1. bladevampirek (71.95 wpm)
Accuracy 96.0%
Points 18.24
Text #10010 (Length: 143 characters)

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