View Pit Stop page for race #1 by rafa_10 — Ghost race
View profile for Rafa (rafa_10)
Official speed | 39.20 wpm (43.78 seconds elapsed during race) |
---|---|
Race Start | March 14, 2023 5:55:59pm UTC |
Race Finish | March 14, 2023 5:56:43pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 94.0% |
Points | 11.76 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |