View Pit Stop page for race #5 by dougalves — Ghost race
View profile for douglas (dougalves)
Official speed | 44.99 wpm (38.14 seconds elapsed during race) |
---|---|
Race Start | October 27, 2022 1:59:26pm UTC |
Race Finish | October 27, 2022 2:00:04pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 96.0% |
Points | 13.50 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |