View Pit Stop page for race #4 by rithvikthegreat — Ghost race
View profile for Rithvik (rithvikthegreat)
Official speed | 33.78 wpm (47.60 seconds elapsed during race) |
---|---|
Race Start | April 27, 2018 3:14:08pm UTC |
Race Finish | April 27, 2018 3:14:56pm UTC |
Outcome | No win (2 of 2) |
Opponents |
1. joe_hu (44.57 wpm) |
Accuracy | 92.0% |
Points | 10.13 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |