View Pit Stop page for race #1 by typrennfahrer — Ghost race
View profile for Lelele (typrennfahrer)
Official speed | 27.64 wpm (62.08 seconds elapsed during race) |
---|---|
Race Start | May 30, 2025 8:12:36pm UTC |
Race Finish | May 30, 2025 8:13:38pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 90.0% |
Points | 8.29 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |