zach (zachleachtx)

Race #7

View Pit Stop page for race #7 by zachleachtxGhost race

View profile for zach (zachleachtx)

Official speed 54.76 wpm (31.34 seconds elapsed during race)
Race Start September 22, 2020 3:23:26pm UTC
Race Finish September 22, 2020 3:23:58pm UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 16.43
Text #10010 (Length: 143 characters)

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