tsds (tsds)

Race #227

View Pit Stop page for race #227 by tsdsGhost race

View profile for tsds (tsds)

Official speed 42.57 wpm (40.31 seconds elapsed during race)
Race Start October 25, 2021 7:29:07pm UTC
Race Finish October 25, 2021 7:29:48pm UTC
Outcome No win (3 of 3)
Accuracy 95.0%
Points 12.77
Text #10010 (Length: 143 characters)

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