View Pit Stop page for race #434 by spondulix — Ghost race
View profile for spondunoob (spondulix)
Official speed | 90.88 wpm (17.69 seconds elapsed during race) |
---|---|
Race Start | September 26, 2019 5:55:44pm UTC |
Race Finish | September 26, 2019 5:56:02pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 97.0% |
Points | 27.26 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |