tPenguinLTG (tpenguinltg)

Race #60

View Pit Stop page for race #60 by tpenguinltgGhost race

View profile for tPenguinLTG (tpenguinltg)

Official speed 93.50 wpm (17.20 seconds elapsed during race)
Race Start April 18, 2020 2:23:39am UTC
Race Finish April 18, 2020 2:23:56am UTC
Outcome Win (1 of 2)
Accuracy 99.0%
Points 28.05
Text #10010 (Length: 143 characters)

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