🤺 (turboflames)

Race #148

View Pit Stop page for race #148 by turboflamesGhost race

View profile for 🤺 (turboflames)

Official speed 76.68 wpm (22.38 seconds elapsed during race)
Race Start June 27, 2021 3:28:02am UTC
Race Finish June 27, 2021 3:28:25am UTC
Outcome No win (3 of 3)
Accuracy 97.0%
Points 23.00
Text #10010 (Length: 143 characters)

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