Mikhail (mayham92)

Race #527

View Pit Stop page for race #527 by mayham92Ghost race

View profile for Mikhail (mayham92)

Official speed 50.64 wpm (33.89 seconds elapsed during race)
Race Start January 2, 2022 7:31:29am UTC
Race Finish January 2, 2022 7:32:03am UTC
Outcome No win (2 of 3)
Accuracy 95.0%
Points 15.19
Text #10010 (Length: 143 characters)

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