tsds (tsds)

Race #108

View Pit Stop page for race #108 by tsdsGhost race

View profile for tsds (tsds)

Official speed 49.79 wpm (34.46 seconds elapsed during race)
Race Start September 18, 2021 7:06:37pm UTC
Race Finish September 18, 2021 7:07:11pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 14.94
Text #10010 (Length: 143 characters)

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