Mikhail (mayham92)

Race #490

View Pit Stop page for race #490 by mayham92Ghost race

View profile for Mikhail (mayham92)

Official speed 62.12 wpm (27.62 seconds elapsed during race)
Race Start December 27, 2021 4:23:50pm UTC
Race Finish December 27, 2021 4:24:18pm UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 18.64
Text #10010 (Length: 143 characters)

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