Mikhail (mayham92)

Race #480

View Pit Stop page for race #480 by mayham92Ghost race

View profile for Mikhail (mayham92)

Official speed 54.78 wpm (31.33 seconds elapsed during race)
Race Start December 27, 2021 1:51:26am UTC
Race Finish December 27, 2021 1:51:57am UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 16.43
Text #10010 (Length: 143 characters)

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