Benjamin (bnje1)

Race #1

View Pit Stop page for race #1 by bnje1Ghost race

View profile for Benjamin (bnje1)

Official speed 67.19 wpm (25.54 seconds elapsed during race)
Race Start June 5, 2023 6:46:32pm UTC
Race Finish June 5, 2023 6:46:58pm UTC
Outcome Win (1 of 2)
Accuracy 96.0%
Points 20.16
Text #10010 (Length: 143 characters)

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