sdr4wkc48 (sdr4wkc48)

Race #5

View Pit Stop page for race #5 by sdr4wkc48Ghost race

View profile for sdr4wkc48 (sdr4wkc48)

Official speed 50.06 wpm (34.28 seconds elapsed during race)
Race Start January 18, 2023 4:05:51pm UTC
Race Finish January 18, 2023 4:06:26pm UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 15.02
Text #10010 (Length: 143 characters)

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