timsbighungrybutt (timsbighungrybutt)

Race #2

View Pit Stop page for race #2 by timsbighungrybuttGhost race

View profile for timsbighungrybutt (timsbighungrybutt)

Official speed 77.38 wpm (22.18 seconds elapsed during race)
Race Start July 25, 2023 5:29:48pm UTC
Race Finish July 25, 2023 5:30:10pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 23.21
Text #10010 (Length: 143 characters)

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