🤺 (turboflames)

Race #155

View Pit Stop page for race #155 by turboflamesGhost race

View profile for 🤺 (turboflames)

Official speed 91.42 wpm (18.77 seconds elapsed during race)
Race Start June 27, 2021 3:51:38am UTC
Race Finish June 27, 2021 3:51:57am UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 27.42
Text #10010 (Length: 143 characters)

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