(jyin)

Race #2

View Pit Stop page for race #2 by jyinGhost race

View profile for (jyin)

Official speed 98.65 wpm (16.30 seconds elapsed during race)
Race Start December 28, 2019 1:30:48am UTC
Race Finish December 28, 2019 1:31:04am UTC
Outcome Win (1 of 3)
Opponents 2. poem (70.15 wpm)
3. scaphism00 (57.26 wpm)
Accuracy 98.0%
Points 29.60
Text #10010 (Length: 143 characters)

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