Walker (walkersutton)

Race #7

View Pit Stop page for race #7 by walkersuttonGhost race

View profile for Walker (walkersutton)

Official speed 68.16 wpm (25.18 seconds elapsed during race)
Race Start January 19, 2022 8:51:54pm UTC
Race Finish January 19, 2022 8:52:19pm UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 20.45
Text #10010 (Length: 143 characters)

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