View Pit Stop page for race #4 by sidd_ — Ghost race
Official speed | 120.23 wpm (13.37 seconds elapsed during race) |
---|---|
Race Start | October 3, 2018 4:59:15pm UTC |
Race Finish | October 3, 2018 4:59:29pm UTC |
Outcome | Win (1 of 2) |
Accuracy | 97.0% |
Points | 36.07 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |