Taush (tsampley)

Race #24

View Pit Stop page for race #24 by tsampleyGhost race

View profile for Taush (tsampley)

Official speed 61.12 wpm (28.08 seconds elapsed during race)
Race Start June 30, 2021 4:00:02pm UTC
Race Finish June 30, 2021 4:00:30pm UTC
Outcome No win (2 of 3)
Accuracy 97.0%
Points 18.34
Text #10010 (Length: 143 characters)

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