View Pit Stop page for race #23 by sporcle — Ghost race
View profile for Sporcle (sporcle)
Official speed | 105.61 wpm (15.23 seconds elapsed during race) |
---|---|
Race Start | November 29, 2019 2:18:37am UTC |
Race Finish | November 29, 2019 2:18:52am UTC |
Outcome | Win (1 of 3) |
Accuracy | 97.0% |
Points | 31.68 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |