View Pit Stop page for race #1 by alex_03_ — Ghost race
View profile for Alex (alex_03_)
Official speed | 26.21 wpm (65.47 seconds elapsed during race) |
---|---|
Race Start | March 31, 2025 7:27:09am UTC |
Race Finish | March 31, 2025 7:28:15am UTC |
Outcome | No win (3 of 3) |
Accuracy | 91.0% |
Points | 7.86 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |