E (the_fast_one)

Race #8

View Pit Stop page for race #8 by the_fast_oneGhost race

View profile for E (the_fast_one)

Official speed 39.34 wpm (43.62 seconds elapsed during race)
Race Start June 10, 2023 8:12:47pm UTC
Race Finish June 10, 2023 8:13:31pm UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 11.80
Text #10010 (Length: 143 characters)

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