Mikhail (mayham92)

Race #51

View Pit Stop page for race #51 by mayham92Ghost race

View profile for Mikhail (mayham92)

Official speed 52.04 wpm (32.97 seconds elapsed during race)
Race Start August 14, 2021 3:50:57pm UTC
Race Finish August 14, 2021 3:51:30pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 15.61
Text #10010 (Length: 143 characters)

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