y78 (typeryo)

Race #520

View Pit Stop page for race #520 by typeryoGhost race

View profile for y78 (typeryo)

Official speed 44.56 wpm (38.51 seconds elapsed during race)
Race Start August 26, 2023 6:37:10pm UTC
Race Finish August 26, 2023 6:37:49pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 13.37
Text #10010 (Length: 143 characters)

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