Mikhail (mayham92)

Race #270

View Pit Stop page for race #270 by mayham92Ghost race

View profile for Mikhail (mayham92)

Official speed 63.57 wpm (26.99 seconds elapsed during race)
Race Start November 22, 2021 4:23:09pm UTC
Race Finish November 22, 2021 4:23:36pm UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 19.07
Text #10010 (Length: 143 characters)

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