Mikhail (mayham92)

Race #212

View Pit Stop page for race #212 by mayham92Ghost race

View profile for Mikhail (mayham92)

Official speed 62.63 wpm (27.40 seconds elapsed during race)
Race Start November 10, 2021 1:11:39pm UTC
Race Finish November 10, 2021 1:12:07pm UTC
Outcome No win (2 of 3)
Accuracy 98.0%
Points 18.79
Text #10010 (Length: 143 characters)

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