Ben (benjkcw)

Race #27

View Pit Stop page for race #27 by benjkcwGhost race

View profile for Ben (benjkcw)

Official speed 96.60 wpm (16.65 seconds elapsed during race)
Race Start March 15, 2019 4:50:03pm UTC
Race Finish March 15, 2019 4:50:20pm UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 28.98
Text #10010 (Length: 143 characters)

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