(sidd_)

Race #162

View Pit Stop page for race #162 by sidd_Ghost race

View profile for (sidd_)

Official speed 107.80 wpm (14.92 seconds elapsed during race)
Race Start July 20, 2019 5:13:58pm UTC
Race Finish July 20, 2019 5:14:13pm UTC
Outcome Win (1 of 2)
Opponents 2. storm (59.37 wpm)
Accuracy 99.0%
Points 32.34
Text #10010 (Length: 143 characters)

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