Ben (benjkcw)

Race #23

View Pit Stop page for race #23 by benjkcwGhost race

View profile for Ben (benjkcw)

Official speed 92.19 wpm (17.44 seconds elapsed during race)
Race Start March 12, 2019 6:52:53pm UTC
Race Finish March 12, 2019 6:53:11pm UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 27.66
Text #10010 (Length: 143 characters)

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