🤺 (turboflames)

Race #107

View Pit Stop page for race #107 by turboflamesGhost race

View profile for 🤺 (turboflames)

Official speed 82.53 wpm (20.79 seconds elapsed during race)
Race Start June 26, 2021 6:44:32am UTC
Race Finish June 26, 2021 6:44:53am UTC
Outcome No win (3 of 3)
Accuracy 97.0%
Points 24.76
Text #10010 (Length: 143 characters)

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