Benjamin (bw1625)

Race #1

View Pit Stop page for race #1 by bw1625Ghost race

View profile for Benjamin (bw1625)

Official speed 86.64 wpm (18.56 seconds elapsed during race)
Race Start April 8, 2019 10:57:03am UTC
Race Finish April 8, 2019 10:57:21am UTC
Outcome Win (1 of 2)
Accuracy 99.0%
Points 25.99
Text #10010 (Length: 143 characters)

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