Mikhail (mayham92)

Race #610

View Pit Stop page for race #610 by mayham92Ghost race

View profile for Mikhail (mayham92)

Official speed 49.83 wpm (34.44 seconds elapsed during race)
Race Start January 21, 2022 10:05:48am UTC
Race Finish January 21, 2022 10:06:23am UTC
Outcome No win (3 of 3)
Opponents 2. seyranyandavid (54.21 wpm)
Accuracy 97.0%
Points 14.95
Text #10010 (Length: 143 characters)

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