tsds (tsds)

Race #144

View Pit Stop page for race #144 by tsdsGhost race

View profile for tsds (tsds)

Official speed 48.57 wpm (35.33 seconds elapsed during race)
Race Start September 24, 2021 7:17:03pm UTC
Race Finish September 24, 2021 7:17:38pm UTC
Outcome No win (2 of 3)
Accuracy 96.0%
Points 14.57
Text #10010 (Length: 143 characters)

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