View Pit Stop page for race #1 by loreal24 — Ghost race
View profile for Giuseppe Pio (loreal24)
Official speed | 40.07 wpm (42.83 seconds elapsed during race) |
---|---|
Race Start | March 6, 2021 3:55:14pm UTC |
Race Finish | March 6, 2021 3:55:57pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 95.0% |
Points | 12.02 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |