(sidd_)

Race #178

View Pit Stop page for race #178 by sidd_Ghost race

View profile for (sidd_)

Official speed 119.08 wpm (13.50 seconds elapsed during race)
Race Start July 21, 2019 5:24:39pm UTC
Race Finish July 21, 2019 5:24:53pm UTC
Outcome Win (1 of 3)
Opponents 2. volhosis (93.47 wpm)
3. storm (63.61 wpm)
Accuracy 99.0%
Points 35.72
Text #10010 (Length: 143 characters)

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