View Pit Stop page for race #106 by sidd_ — Ghost race
Official speed | 108.85 wpm (14.77 seconds elapsed during race) |
---|---|
Race Start | February 14, 2019 3:01:33am UTC |
Race Finish | February 14, 2019 3:01:48am UTC |
Outcome | Win (1 of 4) |
Opponents |
2. deroche1 (97.04 wpm) 4. pivot5 (65.93 wpm) |
Accuracy | 98.0% |
Points | 32.65 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |