BOAT (captain_boaty)

Race #9

View Pit Stop page for race #9 by captain_boatyGhost race

View profile for BOAT (captain_boaty)

Official speed 39.41 wpm (43.54 seconds elapsed during race)
Race Start July 3, 2023 4:45:43am UTC
Race Finish July 3, 2023 4:46:26am UTC
Outcome No win (2 of 3)
Accuracy 92.0%
Points 11.82
Text #10010 (Length: 143 characters)

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