View Pit Stop page for race #49 by st4ff — Ghost race
View profile for Kramnik (st4ff)
Official speed | 66.00 wpm (26.00 seconds elapsed during race) |
---|---|
Race Start | July 2, 2025 8:23:43am UTC |
Race Finish | July 2, 2025 8:24:09am UTC |
Outcome | Win (1 of 3) |
Accuracy | 96.0% |
Points | 19.80 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |