View Pit Stop page for race #430 by spondulix — Ghost race
View profile for spondunoob (spondulix)
Official speed | 90.86 wpm (17.70 seconds elapsed during race) |
---|---|
Race Start | September 26, 2019 5:51:02pm UTC |
Race Finish | September 26, 2019 5:51:20pm 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); } } |