View Pit Stop page for race #14 by repmal — Ghost race
View profile for yayeet (repmal)
Official speed | 55.69 wpm (28.87 seconds elapsed during race) |
---|---|
Race Start | November 19, 2018 10:06:23am UTC |
Race Finish | November 19, 2018 10:06:52am UTC |
Outcome | Win (1 of 3) |
Accuracy | 93.0% |
Points | 16.71 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |