Joe Boucher (joerboucher91)

Race #4

View Pit Stop page for race #4 by joerboucher91Ghost race

View profile for Joe Boucher (joerboucher91)

Official speed 26.70 wpm (64.27 seconds elapsed during race)
Race Start June 17, 2023 3:58:16pm UTC
Race Finish June 17, 2023 3:59:20pm UTC
Outcome Win (1 of 3)
Accuracy 91.0%
Points 8.01
Text #10010 (Length: 143 characters)

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