Mikhail (mayham92)

Race #445

View Pit Stop page for race #445 by mayham92Ghost race

View profile for Mikhail (mayham92)

Official speed 59.36 wpm (28.91 seconds elapsed during race)
Race Start December 20, 2021 9:51:20am UTC
Race Finish December 20, 2021 9:51:49am UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 17.81
Text #10010 (Length: 143 characters)

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