patrick (flash225)

Race #5

View Pit Stop page for race #5 by flash225Ghost race

View profile for patrick (flash225)

Official speed 28.08 wpm (61.11 seconds elapsed during race)
Race Start June 12, 2023 2:57:00am UTC
Race Finish June 12, 2023 2:58:01am UTC
Outcome No win (2 of 3)
Accuracy 92.0%
Points 8.42
Text #10010 (Length: 143 characters)

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