Ben (benjkcw)

Race #20

View Pit Stop page for race #20 by benjkcwGhost race

View profile for Ben (benjkcw)

Official speed 73.61 wpm (21.84 seconds elapsed during race)
Race Start March 12, 2019 6:49:51pm UTC
Race Finish March 12, 2019 6:50:13pm UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 22.08
Text #10010 (Length: 143 characters)

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