Mikhail (mayham92)

Race #286

View Pit Stop page for race #286 by mayham92Ghost race

View profile for Mikhail (mayham92)

Official speed 55.87 wpm (30.71 seconds elapsed during race)
Race Start November 24, 2021 2:05:30pm UTC
Race Finish November 24, 2021 2:06:01pm UTC
Outcome No win (3 of 3)
Accuracy 98.0%
Points 16.76
Text #10010 (Length: 143 characters)

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