reizune (reizune)

Race #2

View Pit Stop page for race #2 by reizuneGhost race

View profile for reizune (reizune)

Official speed 52.69 wpm (32.57 seconds elapsed during race)
Race Start October 8, 2021 5:55:58pm UTC
Race Finish October 8, 2021 5:56:30pm UTC
Outcome Win (1 of 3)
Accuracy 92.0%
Points 15.81
Text #10010 (Length: 143 characters)

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