View Pit Stop page for race #99 by st4ff — Ghost race
View profile for Kramnik (st4ff)
Official speed | 67.57 wpm (25.40 seconds elapsed during race) |
---|---|
Race Start | July 18, 2025 10:19:51am UTC |
Race Finish | July 18, 2025 10:20:16am UTC |
Outcome | Win (1 of 3) |
Accuracy | 96.0% |
Points | 20.27 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |