Mikhail (mayham92)

Race #753

View Pit Stop page for race #753 by mayham92Ghost race

View profile for Mikhail (mayham92)

Official speed 66.25 wpm (25.90 seconds elapsed during race)
Race Start March 18, 2022 11:48:38am UTC
Race Finish March 18, 2022 11:49:04am UTC
Outcome No win (3 of 3)
Accuracy 97.0%
Points 19.87
Text #10010 (Length: 143 characters)

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