Taush (tsampley)

Race #5

View Pit Stop page for race #5 by tsampleyGhost race

View profile for Taush (tsampley)

Official speed 61.02 wpm (28.12 seconds elapsed during race)
Race Start June 21, 2021 3:16:57pm UTC
Race Finish June 21, 2021 3:17:25pm UTC
Outcome No win (2 of 3)
Accuracy 97.0%
Points 18.30
Text #10010 (Length: 143 characters)

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