View Pit Stop page for race #1 by sjiv — Ghost race
Official speed | 37.87 wpm (42.46 seconds elapsed during race) |
---|---|
Race Start | December 9, 2020 9:37:48pm UTC |
Race Finish | December 9, 2020 9:38:30pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 94.0% |
Points | 11.36 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |