Jacob (vanosgaming2014)

Race #14

View Pit Stop page for race #14 by vanosgaming2014Ghost race

View profile for Jacob (vanosgaming2014)

Official speed 77.24 wpm (22.22 seconds elapsed during race)
Race Start January 15, 2022 7:49:36pm UTC
Race Finish January 15, 2022 7:49:58pm UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 23.17
Text #10010 (Length: 143 characters)

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