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