Grant (grantly)

Race #1

View Pit Stop page for race #1 by grantlyGhost race

View profile for Grant (grantly)

Official speed 34.25 wpm (50.10 seconds elapsed during race)
Race Start July 27, 2022 4:23:10am UTC
Race Finish July 27, 2022 4:24:01am UTC
Outcome No win (2 of 2)
Accuracy 92.0%
Points 10.28
Text #10010 (Length: 143 characters)

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