Mikhail (mayham92)

Race #152

View Pit Stop page for race #152 by mayham92Ghost race

View profile for Mikhail (mayham92)

Official speed 64.49 wpm (26.61 seconds elapsed during race)
Race Start November 4, 2021 8:07:53pm UTC
Race Finish November 4, 2021 8:08:20pm UTC
Outcome Win (1 of 3)
Accuracy 100.0%
Points 19.35
Text #10010 (Length: 143 characters)

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