View Pit Stop page for race #23 by mohit_bhawnani — Ghost race
View profile for mohit bhawnani (mohit_bhawnani)
Official speed | 38.64 wpm (44.41 seconds elapsed during race) |
---|---|
Race Start | January 23, 2025 2:21:14pm UTC |
Race Finish | January 23, 2025 2:21:59pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 97.0% |
Points | 11.59 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |