View Pit Stop page for race #1 by bonnis — Ghost race
View profile for Rafi (bonnis)
Official speed | 38.51 wpm (41.76 seconds elapsed during race) |
---|---|
Race Start | October 12, 2018 12:50:14am UTC |
Race Finish | October 12, 2018 12:50:56am UTC |
Outcome | Win (1 of 3) |
Accuracy | 95.0% |
Points | 11.55 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |