🤺 (turboflames)

Race #197

View Pit Stop page for race #197 by turboflamesGhost race

View profile for 🤺 (turboflames)

Official speed 76.54 wpm (22.42 seconds elapsed during race)
Race Start July 8, 2021 1:37:15am UTC
Race Finish July 8, 2021 1:37:37am UTC
Outcome No win (3 of 3)
Accuracy 95.0%
Points 22.96
Text #10010 (Length: 143 characters)

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