Mikhail (mayham92)

Race #166

View Pit Stop page for race #166 by mayham92Ghost race

View profile for Mikhail (mayham92)

Official speed 62.05 wpm (27.66 seconds elapsed during race)
Race Start November 5, 2021 7:51:03pm UTC
Race Finish November 5, 2021 7:51:31pm UTC
Outcome No win (3 of 3)
Accuracy 99.0%
Points 18.62
Text #10010 (Length: 143 characters)

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