Mikhail (mayham92)

Race #449

View Pit Stop page for race #449 by mayham92Ghost race

View profile for Mikhail (mayham92)

Official speed 53.95 wpm (31.81 seconds elapsed during race)
Race Start December 20, 2021 10:00:34am UTC
Race Finish December 20, 2021 10:01:06am UTC
Outcome No win (3 of 3)
Accuracy 97.0%
Points 16.18
Text #10010 (Length: 143 characters)

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