Mikhail (mayham92)

Race #746

View Pit Stop page for race #746 by mayham92Ghost race

View profile for Mikhail (mayham92)

Official speed 51.04 wpm (33.62 seconds elapsed during race)
Race Start March 14, 2022 7:38:03pm UTC
Race Finish March 14, 2022 7:38:37pm UTC
Outcome No win (3 of 3)
Accuracy 99.0%
Points 15.31
Text #10010 (Length: 143 characters)

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