🤺 (turboflames)

Race #135

View Pit Stop page for race #135 by turboflamesGhost race

View profile for 🤺 (turboflames)

Official speed 81.96 wpm (20.94 seconds elapsed during race)
Race Start June 27, 2021 2:22:50am UTC
Race Finish June 27, 2021 2:23:11am UTC
Outcome No win (2 of 3)
Accuracy 96.0%
Points 24.59
Text #10010 (Length: 143 characters)

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