tsds (tsds)

Race #201

View Pit Stop page for race #201 by tsdsGhost race

View profile for tsds (tsds)

Official speed 45.51 wpm (37.71 seconds elapsed during race)
Race Start October 6, 2021 1:31:45pm UTC
Race Finish October 6, 2021 1:32:23pm UTC
Outcome No win (3 of 3)
Accuracy 95.0%
Points 13.65
Text #10010 (Length: 143 characters)

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