deroche (deroche1)

Race #80

View Pit Stop page for race #80 by deroche1Ghost race

View profile for deroche (deroche1)

Official speed 99.00 wpm (16.24 seconds elapsed during race)
Race Start February 16, 2019 7:56:51am UTC
Race Finish February 16, 2019 7:57:07am UTC
Outcome No win (2 of 3)
Accuracy 95.0%
Points 29.70
Text #10010 (Length: 143 characters)

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