sdr4wkc48 (sdr4wkc48)

Race #20

View Pit Stop page for race #20 by sdr4wkc48Ghost race

View profile for sdr4wkc48 (sdr4wkc48)

Official speed 59.59 wpm (28.80 seconds elapsed during race)
Race Start February 13, 2023 1:05:12pm UTC
Race Finish February 13, 2023 1:05:41pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 17.88
Text #10010 (Length: 143 characters)

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