Robert (nforcer)

Race #40

View Pit Stop page for race #40 by nforcerGhost race

View profile for Robert (nforcer)

Official speed 65.72 wpm (26.11 seconds elapsed during race)
Race Start June 12, 2023 1:44:34pm UTC
Race Finish June 12, 2023 1:45:01pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 19.72
Text #10010 (Length: 143 characters)

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