Taush (tsampley)

Race #11

View Pit Stop page for race #11 by tsampleyGhost race

View profile for Taush (tsampley)

Official speed 68.68 wpm (24.99 seconds elapsed during race)
Race Start June 25, 2021 4:48:14pm UTC
Race Finish June 25, 2021 4:48:39pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 20.60
Text #10010 (Length: 143 characters)

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