(delirious)

Race #64

View Pit Stop page for race #64 by deliriousGhost race

View profile for (delirious)

Official speed 95.39 wpm (16.86 seconds elapsed during race)
Race Start February 16, 2019 5:57:04am UTC
Race Finish February 16, 2019 5:57:21am UTC
Outcome No win (2 of 3)
Opponents 1. sidd_ (111.68 wpm)
3. deroche1 (89.61 wpm)
Accuracy 99.0%
Points 28.62
Text #10010 (Length: 143 characters)

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