tsds (tsds)

Race #18

View Pit Stop page for race #18 by tsdsGhost race

View profile for tsds (tsds)

Official speed 46.36 wpm (37.01 seconds elapsed during race)
Race Start September 8, 2021 1:56:53pm UTC
Race Finish September 8, 2021 1:57:30pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 13.91
Text #10010 (Length: 143 characters)

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