Max (hunter381)

Race #6

View Pit Stop page for race #6 by hunter381Ghost race

View profile for Max (hunter381)

Official speed 43.76 wpm (39.21 seconds elapsed during race)
Race Start May 25, 2023 7:13:36pm UTC
Race Finish May 25, 2023 7:14:15pm UTC
Outcome Win (1 of 3)
Accuracy 93.0%
Points 13.13
Text #10010 (Length: 143 characters)

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