Mikhail (mayham92)

Race #726

View Pit Stop page for race #726 by mayham92Ghost race

View profile for Mikhail (mayham92)

Official speed 54.18 wpm (31.67 seconds elapsed during race)
Race Start March 9, 2022 12:25:57am UTC
Race Finish March 9, 2022 12:26:29am UTC
Outcome No win (3 of 3)
Accuracy 96.0%
Points 16.26
Text #10010 (Length: 143 characters)

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