Mikhail (mayham92)

Race #857

View Pit Stop page for race #857 by mayham92Ghost race

View profile for Mikhail (mayham92)

Official speed 50.96 wpm (33.67 seconds elapsed during race)
Race Start June 12, 2022 6:46:43pm UTC
Race Finish June 12, 2022 6:47:16pm UTC
Outcome No win (3 of 3)
Accuracy 96.0%
Points 15.29
Text #10010 (Length: 143 characters)

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