Jacob (vanosgaming2014)

Race #1

View Pit Stop page for race #1 by vanosgaming2014Ghost race

View profile for Jacob (vanosgaming2014)

Official speed 59.96 wpm (28.62 seconds elapsed during race)
Race Start September 18, 2021 11:07:10pm UTC
Race Finish September 18, 2021 11:07:38pm UTC
Outcome No win (2 of 2)
Opponents 1. d3b1 (71.88 wpm)
Accuracy 95.0%
Points 17.99
Text #10010 (Length: 143 characters)

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