nerayu (nerayu)

Race #6

View Pit Stop page for race #6 by nerayuGhost race

View profile for nerayu (nerayu)

Official speed 71.13 wpm (24.12 seconds elapsed during race)
Race Start August 11, 2023 9:24:18pm UTC
Race Finish August 11, 2023 9:24:42pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 21.34
Text #10010 (Length: 143 characters)

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