⭐️⭐️⭐️ (pbnl2)

Race #5

View Pit Stop page for race #5 by pbnl2Ghost race

View profile for ⭐️⭐️⭐️ (pbnl2)

Official speed 51.07 wpm (31.49 seconds elapsed during race)
Race Start October 31, 2019 6:09:56pm UTC
Race Finish October 31, 2019 6:10:28pm UTC
Outcome No win (3 of 3)
Accuracy 95.0%
Points 15.32
Text #10010 (Length: 143 characters)

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