View Pit Stop page for race #185 by oleg_ros — Ghost race
View profile for oleg (oleg_ros)
Official speed | 39.83 wpm (43.08 seconds elapsed during race) |
---|---|
Race Start | July 10, 2025 8:57:45am UTC |
Race Finish | July 10, 2025 8:58:28am UTC |
Outcome | Win (1 of 4) |
Accuracy | 95.0% |
Points | 11.95 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |