View Pit Stop page for race #1 by dalamus — Ghost race
View profile for Minnie (dalamus)
Official speed | 83.82 wpm (19.18 seconds elapsed during race) |
---|---|
Race Start | June 11, 2019 5:20:58pm UTC |
Race Finish | June 11, 2019 5:21:17pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 97.0% |
Points | 25.14 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |