account deleted (concurrent)

Race #53

View Pit Stop page for race #53 by concurrentGhost race

View profile for account deleted (concurrent)

Official speed 64.54 wpm (24.91 seconds elapsed during race)
Race Start April 23, 2020 1:02:43pm UTC
Race Finish April 23, 2020 1:03:08pm UTC
Outcome Win (1 of 2)
Accuracy 98.0%
Points 19.36
Text #10010 (Length: 143 characters)

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