View Pit Stop page for race #1 by zanies07 — Ghost race
View profile for tstats[zanies07] (zanies07)
Official speed | 37.63 wpm (45.60 seconds elapsed during race) |
---|---|
Race Start | January 5, 2023 1:38:18pm UTC |
Race Finish | January 5, 2023 1:39:04pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 95.0% |
Points | 11.29 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |