moraku (moraku)

Race #1

View Pit Stop page for race #1 by morakuGhost race

View profile for moraku (moraku)

Official speed 30.78 wpm (55.75 seconds elapsed during race)
Race Start August 21, 2022 2:39:03pm UTC
Race Finish August 21, 2022 2:39:58pm UTC
Outcome No win (2 of 3)
Accuracy 97.0%
Points 9.23
Text #10010 (Length: 143 characters)

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