tsds (tsds)

Race #202

View Pit Stop page for race #202 by tsdsGhost race

View profile for tsds (tsds)

Official speed 60.50 wpm (28.36 seconds elapsed during race)
Race Start October 6, 2021 1:32:54pm UTC
Race Finish October 6, 2021 1:33:22pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 18.15
Text #10010 (Length: 143 characters)

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