View Pit Stop page for race #146 by sidd_ — Ghost race
Official speed | 111.68 wpm (14.40 seconds elapsed during race) |
---|---|
Race Start | February 16, 2019 5:57:04am UTC |
Race Finish | February 16, 2019 5:57:19am UTC |
Outcome | Win (1 of 3) |
Opponents |
2. delirious (95.39 wpm) 3. deroche1 (89.61 wpm) |
Accuracy | 98.0% |
Points | 33.50 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |