Mikhail (mayham92)

Race #6

View Pit Stop page for race #6 by mayham92Ghost race

View profile for Mikhail (mayham92)

Official speed 53.03 wpm (30.32 seconds elapsed during race)
Race Start October 25, 2020 7:19:05pm UTC
Race Finish October 25, 2020 7:19:35pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 15.91
Text #10010 (Length: 143 characters)

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