TheDufferr (rolls_royce007)

Race #10

View Pit Stop page for race #10 by rolls_royce007Ghost race

View profile for TheDufferr (rolls_royce007)

Official speed 35.90 wpm (47.80 seconds elapsed during race)
Race Start August 17, 2021 12:10:22pm UTC
Race Finish August 17, 2021 12:11:10pm UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 10.77
Text #10010 (Length: 143 characters)

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