(sidd_)

Race #181

View Pit Stop page for race #181 by sidd_Ghost race

View profile for (sidd_)

Official speed 127.19 wpm (12.64 seconds elapsed during race)
Race Start July 21, 2019 5:29:10pm UTC
Race Finish July 21, 2019 5:29:22pm UTC
Outcome Win (1 of 4)
Opponents 2. foggyy (79.67 wpm)
3. storm (76.12 wpm)
Accuracy 99.0%
Points 38.16
Text #10010 (Length: 143 characters)

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