LB (man_onatree)

Race #372

View Pit Stop page for race #372 by man_onatreeGhost race

View profile for LB (man_onatree)

Official speed 86.67 wpm (19.80 seconds elapsed during race)
Race Start August 25, 2023 9:51:16am UTC
Race Finish August 25, 2023 9:51:36am UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 26.00
Text #10010 (Length: 143 characters)

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