Mikhail (mayham92)

Race #119

View Pit Stop page for race #119 by mayham92Ghost race

View profile for Mikhail (mayham92)

Official speed 56.07 wpm (30.60 seconds elapsed during race)
Race Start October 29, 2021 8:11:36am UTC
Race Finish October 29, 2021 8:12:07am UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 16.82
Text #10010 (Length: 143 characters)

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