Mikhail (mayham92)

Race #288

View Pit Stop page for race #288 by mayham92Ghost race

View profile for Mikhail (mayham92)

Official speed 53.63 wpm (32.00 seconds elapsed during race)
Race Start November 25, 2021 2:50:16pm UTC
Race Finish November 25, 2021 2:50:48pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 16.09
Text #10010 (Length: 143 characters)

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