Nicholas (bsg8)

Race #1

View Pit Stop page for race #1 by bsg8Ghost race

View profile for Nicholas (bsg8)

Official speed 36.71 wpm (46.74 seconds elapsed during race)
Race Start June 10, 2023 6:24:19am UTC
Race Finish June 10, 2023 6:25:06am UTC
Outcome No win (2 of 4)
Accuracy 93.0%
Points 11.01
Text #10010 (Length: 143 characters)

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