Mikhail (mayham92)

Race #495

View Pit Stop page for race #495 by mayham92Ghost race

View profile for Mikhail (mayham92)

Official speed 71.16 wpm (24.11 seconds elapsed during race)
Race Start December 27, 2021 4:29:33pm UTC
Race Finish December 27, 2021 4:29:57pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 21.35
Text #10010 (Length: 143 characters)

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