View Pit Stop page for race #18 by ram_sab0ur — Ghost race
View profile for RamSabour (ram_sab0ur)
Official speed | 39.27 wpm (43.70 seconds elapsed during race) |
---|---|
Race Start | September 19, 2025 4:21:26pm UTC |
Race Finish | September 19, 2025 4:22:10pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 93.0% |
Points | 11.78 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |