(sidd_)

Race #9

View Pit Stop page for race #9 by sidd_Ghost race

View profile for (sidd_)

Official speed 108.94 wpm (14.76 seconds elapsed during race)
Race Start October 3, 2018 5:05:47pm UTC
Race Finish October 3, 2018 5:06:02pm UTC
Outcome No win (3 of 3)
Accuracy 97.0%
Points 32.68
Text #10010 (Length: 143 characters)

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