🤺 (turboflames)

Race #198

View Pit Stop page for race #198 by turboflamesGhost race

View profile for 🤺 (turboflames)

Official speed 91.97 wpm (18.66 seconds elapsed during race)
Race Start July 8, 2021 1:38:01am UTC
Race Finish July 8, 2021 1:38:20am UTC
Outcome No win (3 of 3)
Accuracy 97.0%
Points 27.59
Text #10010 (Length: 143 characters)

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