E (the_fast_one)

Race #48

View Pit Stop page for race #48 by the_fast_oneGhost race

View profile for E (the_fast_one)

Official speed 37.27 wpm (46.04 seconds elapsed during race)
Race Start June 25, 2023 6:16:48pm UTC
Race Finish June 25, 2023 6:17:34pm UTC
Outcome Win (1 of 3)
Accuracy 93.0%
Points 11.18
Text #10010 (Length: 143 characters)

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