Mikhail (mayham92)

Race #84

View Pit Stop page for race #84 by mayham92Ghost race

View profile for Mikhail (mayham92)

Official speed 58.08 wpm (29.55 seconds elapsed during race)
Race Start October 9, 2021 9:17:52am UTC
Race Finish October 9, 2021 9:18:21am UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 17.43
Text #10010 (Length: 143 characters)

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