Chaddley (chadracer69)

Race #8

View Pit Stop page for race #8 by chadracer69Ghost race

View profile for Chaddley (chadracer69)

Official speed 49.10 wpm (34.95 seconds elapsed during race)
Race Start April 7, 2021 6:57:59pm UTC
Race Finish April 7, 2021 6:58:34pm UTC
Outcome No win (2 of 3)
Accuracy 96.0%
Points 14.73
Text #10010 (Length: 143 characters)

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