View Pit Stop page for race #1 by samuraipie — Ghost race
Official speed | 40.42 wpm (39.78 seconds elapsed during race) |
---|---|
Race Start | September 7, 2019 9:34:21pm UTC |
Race Finish | September 7, 2019 9:35:01pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 96.0% |
Points | 12.13 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |