Mikhail (mayham92)

Race #526

View Pit Stop page for race #526 by mayham92Ghost race

View profile for Mikhail (mayham92)

Official speed 58.97 wpm (29.10 seconds elapsed during race)
Race Start January 2, 2022 7:30:22am UTC
Race Finish January 2, 2022 7:30:51am UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 17.69
Text #10010 (Length: 143 characters)

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