Jacob (vanosgaming2014)

Race #9

View Pit Stop page for race #9 by vanosgaming2014Ghost race

View profile for Jacob (vanosgaming2014)

Official speed 76.75 wpm (22.36 seconds elapsed during race)
Race Start September 21, 2021 12:28:00am UTC
Race Finish September 21, 2021 12:28:22am UTC
Outcome No win (2 of 3)
Opponents 1. d3b1 (78.68 wpm)
Accuracy 93.0%
Points 23.03
Text #10010 (Length: 143 characters)

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