Mikhail (mayham92)

Race #294

View Pit Stop page for race #294 by mayham92Ghost race

View profile for Mikhail (mayham92)

Official speed 65.52 wpm (26.19 seconds elapsed during race)
Race Start November 25, 2021 10:26:51pm UTC
Race Finish November 25, 2021 10:27:17pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 19.66
Text #10010 (Length: 143 characters)

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