🤺 (turboflames)

Race #86

View Pit Stop page for race #86 by turboflamesGhost race

View profile for 🤺 (turboflames)

Official speed 72.40 wpm (23.70 seconds elapsed during race)
Race Start June 26, 2021 4:41:00am UTC
Race Finish June 26, 2021 4:41:24am UTC
Outcome No win (3 of 3)
Accuracy 96.0%
Points 21.72
Text #10010 (Length: 143 characters)

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