Grant (grantly)

Race #21

View Pit Stop page for race #21 by grantlyGhost race

View profile for Grant (grantly)

Official speed 37.82 wpm (45.37 seconds elapsed during race)
Race Start July 28, 2022 2:54:14pm UTC
Race Finish July 28, 2022 2:55:00pm UTC
Outcome No win (3 of 3)
Accuracy 92.0%
Points 11.35
Text #10010 (Length: 143 characters)

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