View Pit Stop page for race #129 by sidd_ — Ghost race
Official speed | 102.92 wpm (15.62 seconds elapsed during race) |
---|---|
Race Start | February 14, 2019 3:53:14am UTC |
Race Finish | February 14, 2019 3:53:29am UTC |
Outcome | Win (1 of 2) |
Opponents |
2. poem (70.00 wpm) |
Accuracy | 97.0% |
Points | 30.88 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |