PPLD (papalindrome)

Race #1

View Pit Stop page for race #1 by papalindromeGhost race

View profile for PPLD (papalindrome)

Official speed 63.87 wpm (26.87 seconds elapsed during race)
Race Start November 25, 2020 8:23:35am UTC
Race Finish November 25, 2020 8:24:02am UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 19.16
Text #10010 (Length: 143 characters)

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