View Pit Stop page for race #396 by spondulix — Ghost race
View profile for spondunoob (spondulix)
Official speed | 89.68 wpm (17.93 seconds elapsed during race) |
---|---|
Race Start | September 7, 2019 9:35:53pm UTC |
Race Finish | September 7, 2019 9:36:11pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 96.0% |
Points | 26.90 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |