Mikhail (mayham92)

Race #500

View Pit Stop page for race #500 by mayham92Ghost race

View profile for Mikhail (mayham92)

Official speed 51.89 wpm (33.07 seconds elapsed during race)
Race Start December 28, 2021 12:06:54pm UTC
Race Finish December 28, 2021 12:07:27pm UTC
Outcome No win (3 of 3)
Accuracy 97.0%
Points 15.57
Text #10010 (Length: 143 characters)

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