M (myles_jb)

Race #1

View Pit Stop page for race #1 by myles_jbGhost race

View profile for M (myles_jb)

Official speed 43.40 wpm (39.54 seconds elapsed during race)
Race Start July 2, 2023 12:08:45pm UTC
Race Finish July 2, 2023 12:09:25pm UTC
Outcome Win (1 of 3)
Accuracy 90.0%
Points 13.02
Text #10010 (Length: 143 characters)

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