Vielle (arc_sec)

Race #67

View Pit Stop page for race #67 by arc_secGhost race

View profile for Vielle (arc_sec)

Official speed 97.69 wpm (16.46 seconds elapsed during race)
Race Start August 8, 2019 11:42:52pm UTC
Race Finish August 8, 2019 11:43:08pm UTC
Outcome Win (1 of 5)
Opponents 2. lesirh (81.48 wpm)
3. vfctyrant (67.70 wpm)
4. pjcrowley (43.51 wpm)
Accuracy 96.0%
Points 29.31
Text #10010 (Length: 143 characters)

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