Slow (maxicarlos08)

Race #3

View Pit Stop page for race #3 by maxicarlos08Ghost race

View profile for Slow (maxicarlos08)

Official speed 56.25 wpm (30.51 seconds elapsed during race)
Race Start September 11, 2023 8:40:52pm UTC
Race Finish September 11, 2023 8:41:23pm UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 16.87
Text #10010 (Length: 143 characters)

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