🤺 (turboflames)

Race #122

View Pit Stop page for race #122 by turboflamesGhost race

View profile for 🤺 (turboflames)

Official speed 86.76 wpm (19.78 seconds elapsed during race)
Race Start June 27, 2021 2:04:58am UTC
Race Finish June 27, 2021 2:05:18am UTC
Outcome No win (2 of 3)
Accuracy 97.0%
Points 26.03
Text #10010 (Length: 143 characters)

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