tsds (tsds)

Race #193

View Pit Stop page for race #193 by tsdsGhost race

View profile for tsds (tsds)

Official speed 48.00 wpm (35.75 seconds elapsed during race)
Race Start October 1, 2021 3:32:21pm UTC
Race Finish October 1, 2021 3:32:57pm UTC
Outcome No win (2 of 3)
Accuracy 95.0%
Points 14.40
Text #10010 (Length: 143 characters)

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