no (prtlai)

Race #47

View Pit Stop page for race #47 by prtlaiGhost race

View profile for no (prtlai)

Official speed 40.88 wpm (41.98 seconds elapsed during race)
Race Start July 14, 2023 9:43:35am UTC
Race Finish July 14, 2023 9:44:17am UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 12.26
Text #10010 (Length: 143 characters)

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