View Pit Stop page for race #5 by alieb — Ghost race
View profile for alieb (alieb)
Official speed | 86.35 wpm (19.87 seconds elapsed during race) |
---|---|
Race Start | November 1, 2021 8:33:17pm UTC |
Race Finish | November 1, 2021 8:33:37pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 97.0% |
Points | 25.90 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |