View Pit Stop page for race #11 by silvascientist — Ghost race
View profile for Josh (silvascientist)
Official speed | 43.37 wpm (37.08 seconds elapsed during race) |
---|---|
Race Start | November 27, 2020 7:39:25am UTC |
Race Finish | November 27, 2020 7:40:03am UTC |
Outcome | Win (1 of 3) |
Accuracy | 94.0% |
Points | 13.01 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |