Mikhail (mayham92)

Race #26

View Pit Stop page for race #26 by mayham92Ghost race

View profile for Mikhail (mayham92)

Official speed 46.30 wpm (34.73 seconds elapsed during race)
Race Start December 18, 2020 3:28:53pm UTC
Race Finish December 18, 2020 3:29:28pm UTC
Outcome No win (3 of 3)
Accuracy 95.0%
Points 13.89
Text #10010 (Length: 143 characters)

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