RRKS (rrks43)

Race #8

View Pit Stop page for race #8 by rrks43Ghost race

View profile for RRKS (rrks43)

Official speed 44.15 wpm (38.87 seconds elapsed during race)
Race Start May 28, 2023 8:51:24pm UTC
Race Finish May 28, 2023 8:52:03pm UTC
Outcome No win (3 of 3)
Accuracy 92.0%
Points 13.25
Text #10010 (Length: 143 characters)

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