🇵🇸 (residober)

Race #2

View Pit Stop page for race #2 by residoberGhost race

View profile for 🇵🇸 (residober)

Official speed 76.23 wpm (22.51 seconds elapsed during race)
Race Start August 9, 2023 12:56:44am UTC
Race Finish August 9, 2023 12:57:07am UTC
Outcome No win (1 of 1)
Accuracy 96.0%
Points 22.87
Text #10010 (Length: 143 characters)

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