Matthew (matthew885)

Race #2

View Pit Stop page for race #2 by matthew885Ghost race

View profile for Matthew (matthew885)

Official speed 20.38 wpm (84.20 seconds elapsed during race)
Race Start June 5, 2023 9:10:22am UTC
Race Finish June 5, 2023 9:11:46am UTC
Outcome No win (3 of 3)
Accuracy 89.0%
Points 6.11
Text #10010 (Length: 143 characters)

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