Brian Kip (briankip1)

Race #7

View Pit Stop page for race #7 by briankip1Ghost race

View profile for Brian Kip (briankip1)

Official speed 25.69 wpm (66.80 seconds elapsed during race)
Race Start August 9, 2023 6:38:35pm UTC
Race Finish August 9, 2023 6:39:42pm UTC
Outcome Win (1 of 3)
Accuracy 91.0%
Points 7.71
Text #10010 (Length: 143 characters)

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