Mikhail (mayham92)

Race #541

View Pit Stop page for race #541 by mayham92Ghost race

View profile for Mikhail (mayham92)

Official speed 66.21 wpm (25.92 seconds elapsed during race)
Race Start January 4, 2022 3:23:26am UTC
Race Finish January 4, 2022 3:23:52am UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 19.86
Text #10010 (Length: 143 characters)

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