Mikhail (mayham92)

Race #774

View Pit Stop page for race #774 by mayham92Ghost race

View profile for Mikhail (mayham92)

Official speed 56.16 wpm (30.56 seconds elapsed during race)
Race Start April 3, 2022 7:39:24pm UTC
Race Finish April 3, 2022 7:39:54pm UTC
Outcome No win (3 of 3)
Accuracy 96.0%
Points 16.85
Text #10010 (Length: 143 characters)

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