Mikhail (mayham92)

Race #145

View Pit Stop page for race #145 by mayham92Ghost race

View profile for Mikhail (mayham92)

Official speed 61.00 wpm (28.13 seconds elapsed during race)
Race Start November 2, 2021 11:32:43am UTC
Race Finish November 2, 2021 11:33:11am UTC
Outcome No win (2 of 3)
Accuracy 99.0%
Points 18.30
Text #10010 (Length: 143 characters)

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