View Pit Stop page for race #1 by akashah05 — Ghost race
View profile for _Shaka_ (akashah05)
Official speed | 61.62 wpm (27.85 seconds elapsed during race) |
---|---|
Race Start | June 7, 2025 2:56:41pm UTC |
Race Finish | June 7, 2025 2:57:09pm UTC |
Outcome | Win (1 of 2) |
Accuracy | 96.0% |
Points | 18.49 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |